FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Location |
| Id | Location-rs-example-service-location-er.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-service-location-er",
"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"
}
}