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-02-software.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-02-software

Profile: AT APS Device

deviceName

name: Best Health Software Application

type: Model name

deviceName

name: Good Health System

type: Manufacturer name

type: Software

Versions

-Value
*1.0.5

patient: Maria Musterfrau

parent: Best Health Device


Source1

{
  "resourceType": "Device",
  "id": "at-aps-example-device-02-software",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-device"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "deviceName": [
    {
      "name": "Best Health Software Application",
      "type": "model-name"
    },
    {
      "name": "Good Health System",
      "type": "manufacturer-name"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "706687001",
        "display": "Software"
      }
    ]
  },
  "version": [
    {
      "value": "1.0.5"
    }
  ],
  "patient": {
    "reference": "Patient/at-aps-example-patient-01",
    "display": "Maria Musterfrau"
  },
  "parent": {
    "reference": "Device/at-aps-example-device-01",
    "display": "Best Health Device"
  }
}