Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 schema Resource.schema.json
Raw

schema/Resource.schema.json

{
"schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://hl7.erp.uno/schema/Resource.schema.json",
"$ref": "#/definitions/Resource",
"description": "see https://hl7.org/fhir/R5/json.html for information about the FHIR Json Schemas",
"definitions": {
"Resource": {
"allOf": [
{
"description": "This is the base resource type for everything.",
"properties": {
"id": {
"description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
"type": "string",
"pattern": "[A-Za-z0-9\\-\\.]{1,64}"
},
"meta": {
"description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
"$ref": "Meta.schema.json#/definitions/Meta"
},
"implicitRules": {
"description": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
"type": "string"
},
"language": {
"description": "The base language in which the resource is written.",
"type": "string",
"pattern": "[^\\s]+([\\s]?[^\\s]+)*"
}
}
}
]
}
}
}