FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/BedTypeExtension

Packageca.on.ehr.r4
TypeStructureDefinition
IdBedTypeExtension
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot9&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-encounter-bed-type
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-encounter-bed-type
Version4.0.2
Statusactive
NameBedTypeExtension
TitleBed Type Extension
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-encounterEncounter EHR

Resources that this resource uses

ValueSet
aac-bed-typeBed Type

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
      }
    ]
  }
}