FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Location |
| Id | Location-RSMinimumExampleLocation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location RSMinimumExampleLocation
Profile: RS Incident Location
description: Incident at the corner of EDSA and Ayala Avenue
address: EDSA corner Ayala Avenue Makati PH
{
"resourceType": "Location",
"id": "RSMinimumExampleLocation",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-incident-location-incident"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"description": "Incident at the corner of EDSA and Ayala Avenue",
"address": {
"line": [
"EDSA corner Ayala Avenue"
],
"city": "Makati",
"country": "PH"
}
}