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/lab-device-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)

Lab Device Calibration by Repair Staff (id = "lab-device-association")

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

<DeviceAssociation xmlns="http://hl7.org/fhir">
  <id value="lab-device-association"/> 
  <contained> 
    <Practitioner> 
      <id value="repair-tech"/> 
    </Practitioner> 
  </contained> 
  <contained> 
    <Device> 
      <id value="lab-analyzer"/> 
      <status value="active"/> 
      <name> 
        <value value="Beckman AU5800"/> 
        <type> 
          <coding> 
            <code value="model-name"/> 
          </coding> 
        </type> 
      </name> 
      <type> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="11987000"/> 
          <display value="Clinical chemistry analyzer"/> 
        </coding> 
      </type> 
    </Device> 
  </contained> 
  <device> 
    <reference value="#lab-analyzer"/> 
  </device> 
  <status> 
    <coding> 
      <system value="http://hl7.org/fhir/deviceassociation-status"/> 
      <code value="attached"/> 
    </coding> 
  </status> 
  <period> 
    <start value="2025-07-10T10:00:00Z"/> 
    <end value="2025-07-10T12:00:00Z"/> 
  </period> 
  <operation> 
    <status> 
      <coding> 
        <code value="on"/> 
      </coding> 
    </status> 
    <operator> 
      <reference value="#repair-tech"/> 
    </operator> 
    <period> 
      <start value="2025-07-10T10:00:00Z"/> 
      <end value="2025-07-10T12:00:00Z"/> 
    </period> 
  </operation> 
</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.