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

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeDevice
IdDevice-at-aps-example-device-01.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 at-aps-example-device-01

Profile: AT APS Device

DeviceNames

-NameType
*Best Health DeviceModel name

type: Gerät

Versions

-Value
*1

patient: Maria Musterfrau


Source1

{
  "resourceType": "Device",
  "id": "at-aps-example-device-01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-device"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "deviceName": [
    {
      "name": "Best Health Device",
      "type": "model-name"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "49062001",
        "display": "Gerät"
      }
    ]
  },
  "version": [
    {
      "value": "1"
    }
  ],
  "patient": {
    "reference": "Patient/at-aps-example-patient-01",
    "display": "Maria Musterfrau"
  }
}