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 (JSON)

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

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

Lab Device Calibration by Repair Staff

{
  "resourceType" : "DeviceAssociation",
  "id" : "lab-device-association",
  "contained" : [{
    "resourceType" : "Practitioner",
    "id" : "repair-tech"
  },
  {
    "resourceType" : "Device",
    "id" : "lab-analyzer",
    "status" : "active",
    "name" : [{
      "value" : "Beckman AU5800",
      "type" : {
        "coding" : [{
          "code" : "model-name"
        }]
      }
    }],
    "type" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "11987000",
        "display" : "Clinical chemistry analyzer"
      }]
    }]
  }],
  "device" : {
    "reference" : "#lab-analyzer"
  },
  "status" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/deviceassociation-status",
      "code" : "attached"
    }]
  },
  "period" : {
    "start" : "2025-07-10T10:00:00Z",
    "end" : "2025-07-10T12:00:00Z"
  },
  "operation" : [{
    "status" : {
      "coding" : [{
        "code" : "on"
      }]
    },
    "operator" : [{
      "reference" : "#repair-tech"
    }],
    "period" : {
      "start" : "2025-07-10T10:00:00Z",
      "end" : "2025-07-10T12:00:00Z"
    }
  }]
}

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.