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

FHIR IG analytics

Packageimplementation.guide.nhdr
Resource TypeLocation
IdLocation-General Hospital Room 101.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Location",
  "meta": {
    "lastUpdated": "2024-07-18T06:57:37.403+00:00"
  },
  "name": "General Hospital Room 101",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
          "code": "ro",
          "display": "Room"
        }
      ]
    }
  ],
  "address": {
    "use": "work",
    "line": [
      "1234 Health St."
    ],
    "city": "Health City",
    "state": "Health State",
    "postalCode": "12345",
    "country": "PH"
  }
}