Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 priv schema BackboneElement.schema.json
Raw

priv/schema/BackboneElement.schema.json

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://hl7.erp.uno/priv/schema/BackboneElement.schema.json",
"$ref": "#/definitions/BackboneElement",
"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"
},
"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"
}
}
}
}
]
},
"BackboneElement": {
"allOf": [
{
"$ref": "#/definitions/Element"
},
{
"description": "Base definition for all elements that are defined inside a resource - but not those in a data type.",
"properties": {
"modifierExtension": {
"description": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.",
"type": "array",
"items": {
"$ref": "Extension.schema.json#/definitions/Extension"
}
}
}
}
]
}
}
}