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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeDevice
IdDevice-Device.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 Device

CH EMS Extension: Owner: Patient

DeviceNames

-NameType
*BeatmungsgerätUser Friendly name

Source1

{
  "resourceType": "Device",
  "id": "Device",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-owner",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "116154003",
            "display": "Patient (person)"
          }
        ],
        "text": "Patient"
      }
    }
  ],
  "deviceName": [
    {
      "name": "Beatmungsgerät",
      "type": "user-friendly-name"
    }
  ]
}