FHIR IG analytics| Package | hl7.fhir.uv.rtls.r4 |
| Resource Type | Location |
| Id | Location-rtlsLocationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location rtlsLocationExample
Profile: RTLS Location Resource Profile
identifier: http://example.org/HospitalLocations/id/EMC-317
name: Example Medical Center - Room 317
{
"resourceType": "Location",
"id": "rtlsLocationExample",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/rtls/StructureDefinition/rtlsLocation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/HospitalLocations/id",
"value": "EMC-317"
}
],
"name": "Example Medical Center - Room 317"
}