PreNUDGE FHIR® IG for Data Provider / Data from Apps (R4)
0.1.0 - ci-build

PreNUDGE FHIR® IG for Data Provider / Data from Apps (R4) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PreNUDGE Wearable Device Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "device-wearable-example",
  "meta" : {
    "profile" : [
      "https://build.fhir.org/ig/HL7Austria/ELGA-AustrianPatientSummary-R4/StructureDefinition-at-aps-device.html"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device device-wearable-example</b></p><a name=\"device-wearable-example\"> </a><a name=\"hcdevice-wearable-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <code>https://build.fhir.org/ig/HL7Austria/ELGA-AustrianPatientSummary-R4/StructureDefinition-at-aps-device.html</code></p></div><p><b>identifier</b>: <code>https://www.joanneum.at/devices</code>/dev-wearable-001</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: PreNUDGE Demo Devices GmbH</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>PreNUDGE Fitness Tracker v1</td><td>Manufacturer name</td></tr></table><p><b>modelNumber</b>: PND-FT-001</p><p><b>patient</b>: <a href=\"Patient-example.html\">James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.joanneum.at/devices",
      "value" : "dev-wearable-001"
    }
  ],
  "status" : "active",
  "manufacturer" : "PreNUDGE Demo Devices GmbH",
  "deviceName" : [
    {
      "name" : "PreNUDGE Fitness Tracker v1",
      "type" : "manufacturer-name"
    }
  ],
  "modelNumber" : "PND-FT-001",
  "patient" : {
    🔗 "reference" : "Patient/example"
  }
}