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-incident-location.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

Collision site along Epifanio de los Santos Avenue near Ayala Avenue, Makati City.

Source1

{
  "resourceType": "Location",
  "id": "rs-example-incident-location",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-incident-location-incident"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "EDSA - Ayala Southbound",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "code": "236",
          "display": "Accident"
        }
      ]
    }
  ],
  "address": {
    "use": "work",
    "line": [
      "Epifanio de los Santos Ave"
    ],
    "city": "Makati City",
    "district": "Barangay San Lorenzo",
    "state": "NCR",
    "postalCode": "1223",
    "country": "PH"
  },
  "position": {
    "longitude": 121.0225,
    "latitude": 14.5513
  }
}