FHIR CI-Build

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

Example DeviceUsage/example (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

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

The provision of a wheelchair to a patient

{
  "resourceType" : "DeviceUsage",
  "id" : "example",
  "identifier" : [{
    "system" : "http:goodhealth.org/identifiers",
    "value" : "51ebb7a9-4e3a-4360-9a05-0cc2d869086f"
  }],
  "status" : "active",
  "patient" : {
    "reference" : "Patient/example"
  },
  "device" : {
    "concept" : {
      "text" : "ACME defribillator"
    }
  },
  "reason" : [{
    "reference" : {
      "reference" : "Condition/example",
      "display" : "PHx of Appendectomy (surgery)"
    }
  }]
}

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.