Release 5 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). For a full list of available versions, see times).
See the Directory of published versions

Example DeviceAssociation/example (JSON)

Maturity Level : N/A
Responsible Owner: Orders and Observations Work Group Standards Status : Informative Compartments : Device , Group , Patient , Practitioner , RelatedPerson

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

General DeviceAssociation Example

{
  "resourceType" : "DeviceAssociation",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">[Put rendering here]</div>"
  },

  "device" : {
    "reference" : "Device/prod1"
  },
  "status" : {

  "status" : "active",
  "identifier" : [{
    "system" : "http://acme.com/deviceassociations/id",
    "value" : "DA12345"
  }],
  "relationship" : [{

    "coding" : [{
      "system" : "http://hl7.org/fhir/deviceassociation-status",
      "code" : "implanted"

      "system" : "http://hl7.org/fhir/CodeSystem/deviceassociation-relationship",
      "code" : "patient",
      "display" : "Patient"
    }]
  }],
  "period" : {
    "start" : "2023-01-01T08:00:00Z",
    "end" : "2023-12-31T17:00:00Z"
  },
  "associationStatus" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/CodeSystem/deviceassociation-association-status",
      "code" : "implanted",
      "display" : "Implanted"

    }]
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  }
}

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.