FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeLocation
IdLocation-location-general-kind-hospital-ward.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Exmple for a general kind of hospital ward, not in a specific hospital or specific location

Source1

{
  "resourceType": "Location",
  "id": "location-general-kind-hospital-ward",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.health.gov.il/cs/institute-department-moh",
      "value": "010011"
    }
  ],
  "status": "active",
  "name": "פנימית ב'",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HU",
          "display": "Hospital Unit"
        }
      ]
    }
  ],
  "mode": "kind"
}