FHIR CI-Build

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

Example DeviceAssociation/wheelchair-association (XML)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Group, Patient, Practitioner, RelatedPerson

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

Wheelchair Device Association (id = "wheelchair-association")

<?xml version="1.0" encoding="UTF-8"?>

<DeviceAssociation xmlns="http://hl7.org/fhir">
  <id value="wheelchair-association"/> 
  <contained> 
    <Patient> 
      <id value="example-patient"/> 
      <name> 
        <family value="Doe"/> 
        <given value="John"/> 
      </name> 
    </Patient> 
  </contained> 
  <contained> 
    <Device> 
      <id value="wheelchair-device"/> 
      <status value="active"/> 
      <name> 
        <value value="Quickie Q500"/> 
        <type> 
          <coding> 
            <code value="model-name"/> 
          </coding> 
        </type> 
      </name> 
      <type> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="58938008"/> 
          <display value="Wheelchair"/> 
        </coding> 
      </type> 
    </Device> 
  </contained> 
  <device> 
    <reference value="#wheelchair-device"/> 
  </device> 
  <status> 
    <coding> 
      <system value="http://hl7.org/fhir/deviceassociation-status"/> 
      <code value="attached"/> 
    </coding> 
  </status> 
  <subject> 
    <reference value="#example-patient"/> 
  </subject> 
  <period> 
    <start value="2024-01-01"/> 
    <end value="2025-12-31"/> 
  </period> 
</DeviceAssociation> 

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.