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/tablet-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)

Tablet Assigned to Practitioner (id = "tablet-association")

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

<DeviceAssociation xmlns="http://hl7.org/fhir">
  <id value="tablet-association"/> 
  <contained> 
    <Practitioner> 
      <id value="example-practitioner"/> 
      <name> 
        <family value="Nguyen"/> 
        <given value="Alex"/> 
      </name> 
    </Practitioner> 
  </contained> 
  <contained> 
    <Device> 
      <id value="tablet-device"/> 
      <status value="active"/> 
      <name> 
        <value value="handPad Pro"/> 
        <type> 
          <coding> 
            <code value="model-name"/> 
          </coding> 
        </type> 
      </name> 
      <type> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="464572002"/> 
          <display value="Palmtop computer"/> 
        </coding> 
      </type> 
    </Device> 
  </contained> 
  <device> 
    <reference value="#tablet-device"/> 
  </device> 
  <status> 
    <coding> 
      <system value="http://hl7.org/fhir/deviceassociation-status"/> 
      <code value="attached"/> 
    </coding> 
  </status> 
  <subject> 
    <reference value="#example-practitioner"/> 
  </subject> 
  <period> 
    <start value="2023-06-01"/> 
  </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.