FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Location |
| Id | Location-rs-example-incident-location.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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
}
}