FHIR IG analytics| Package | hl7.fhir.uv.rtls.r4 |
| Resource Type | Device |
| Id | Device-rtlsTagExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device rtlsTagExample
Profile: RTLS Tag Device Profile
identifier: http://example.org/ExampleMedicalCenter/rtlsTagIDs/12345678
status: Active
{
"resourceType": "Device",
"id": "rtlsTagExample",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/rtls/StructureDefinition/rtlsDevice"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/ExampleMedicalCenter/rtlsTagIDs",
"value": "12345678"
}
],
"status": "active",
"location": {
"reference": "Location/rtlsLocationExample"
}
}