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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeLocation
IdLocation-hospital1-er-nu.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

Hospital1 ER Nursing Unit

Source1

{
  "resourceType": "Location",
  "id": "hospital1-er-nu",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "organization",
        "display": "Organization"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-location-nursing-unit"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital1.example.org/locations",
      "value": "HOSP1-ER-NU"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "il-core-hospital-nursing-unit",
          "system": "http://fhir.health.gov.il/cs/il-core-hospital-nursing-unit",
          "display": "Hospital nursing unit"
        }
      ]
    }
  ],
  "managingOrganization": {
    "reference": "Organization/hospital1-er"
  },
  "status": "active",
  "name": "Hospital1 ER Nursing Unit",
  "mode": "instance"
}