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

FHIR IG analytics

Packagehl7.fhir.uv.rtls.r4
Resource TypeDevice
IdDevice-rtlsTagExample.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: Device rtlsTagExample

identifier: http://example.org/ExampleMedicalCenter/rtlsTagIDs/12345678

status: Active

location: Location Example Medical Center - Room 317


Source1

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