FHIR IG Statistics: StructureDefinition/BedTypeExtension
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
No human-readable text provided in this case.
Source
{
"resourceType": "StructureDefinition",
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-encounter-bed-type",
"version": "4.0.2",
"name": "BedTypeExtension",
"title": "Bed Type Extension",
"status": "active",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Encounter.location.location.display"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-encounter-bed-type"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"min": 1,
"type": [
{
"code": "Coding"
}
],
"mustSupport": true,
"binding": {
"strength": "required",
"description": "This field contains type of bed. It is contributed in PV1.3.9 in HL7v2 and is usesd by the resource element Encounter.location.physicalType in FHIR",
"valueSet": "http://cihi.ca/fhir/ValueSet/aac-bed-type"
}
},
{
"id": "Extension.value[x].system",
"path": "Extension.value[x].system",
"min": 1,
"mustSupport": true
},
{
"id": "Extension.value[x].code",
"path": "Extension.value[x].code",
"min": 1,
"mustSupport": true
},
{
"id": "Extension.value[x].display",
"path": "Extension.value[x].display",
"min": 1,
"mustSupport": true
}
]
}
}