IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: location-general-kind-hospital-ward - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "location-general-kind-hospital-ward",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Exmple for a general kind of hospital ward, not in a specific hospital or specific location</div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.health.gov.il/cs/institute-department-moh",
      "value" : "010011"
    }
  ],
  "status" : "active",
  "name" : "פנימית ב'",
  "mode" : "kind",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HU",
          "display" : "Hospital Unit"
        }
      ]
    }
  ]
}