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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeLocation
IdLocation-RSMinimumExampleLocation.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

Generated Narrative: Location RSMinimumExampleLocation

description: Incident at the corner of EDSA and Ayala Avenue

address: EDSA corner Ayala Avenue Makati PH


Source1

{
  "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"
  }
}