Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 priv schema Element.schema.json
Raw

priv/schema/Element.schema.json

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://hl7.erp.uno/priv/schema/Element.schema.json",
"$ref": "#/definitions/Element",
"description": "see https://hl7.org/fhir/R5/json.html for information about the FHIR Json Schemas",
"definitions": {
"Element": {
"allOf": [
{
"description": "Base definition for all elements in a resource.",
"properties": {
"id": {
"description": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"type": "string"
},
"_id": {
"description": "Extensions for id",
"$ref": "#/definitions/Element"
},
"extension": {
"description": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"type": "array",
"items": {
"$ref": "Extension.schema.json#/definitions/Extension"
}
}
}
}
]
}
}
}