FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example DeviceAlert/example (JSON)

Health Care Devices Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient

Raw JSON (canonical form + also see JSON Format Specification)

General DeviceAlert example

{
  "resourceType" : "DeviceAlert",
  "id" : "example",
  "identifier" : [{
    "system" : "http://goodcare.org/DeviceAlert/id",
    "value" : "345675"
  }],
  "status" : "completed",
  "condition" : {
    "code" : {
      "coding" : [{
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "196688"
      }]
    },
    "presence" : true
  },
  "type" : "physiological",
  "subject" : {
    "reference" : "Patient/pat1"
  },
  "source" : {
    "reference" : "Device/example"
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.