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

FHIR IG analytics

Packagehl7.fhir.uv.rtls.r4
Resource TypeLocation
IdLocation-rtlsLocationExample.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 rtlsLocationExample

identifier: http://example.org/HospitalLocations/id/EMC-317

name: Example Medical Center - Room 317


Source1

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