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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeLocation
IdLocation-rs-example-service-location-basic.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

Emergency Room of Department of Health - Central Office, Manila.

Source1

{
  "resourceType": "Location",
  "id": "rs-example-service-location-basic",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-location-service"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "DOH Central ER",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "code": "335",
          "display": "Facility"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "San Lazaro Compound",
      "Rizal Avenue"
    ],
    "city": "Manila",
    "state": "NCR",
    "postalCode": "1003",
    "country": "PH"
  }
}