This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Orders and Observations ![]() | Maturity Level: 0 | Draft | Security Category: Patient | Compartments: Device, Patient, Practitioner |
A record of association or dissociation of a device with a patient.
Device Association records the relationship between a device and a subject and/or operator. The scope covers all devices including, but not limited to: implantables (which previously was documented as the .association in the Device resource), wheelchairs, RTLS, personal health and point of care devices, diagnostic, imaging and durable medical equipment. This resource is intended to apply to any delivery environment and discipline where a device association is useful to record.
The subjects may include:
These are not exclusive, i.e. when associating a device with a patient, the it is possible to capture the patient's clinical information with a DeviceUsage resource, include the device in a Procedure for reporting, and keep the Device's traceability information with a DeviceAssociation resource.
To track changes in settings, Observation resource can be used, where Observation.subject references the Device that the settings apply to. If, e.g., the patient that the Device is associated with needs to be identified, then the DeviceAssociation where DeviceAssociation.period includes the Observation.effective[x] would have that patient in DeviceAssociation.subject.
No references for this Resource.
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis
Path | ValueSet | Type | Documentation |
---|---|---|---|
DeviceAssociation.relationship | DeviceAssociationCodes (a valid code from DeviceAssociation Relationship Codes) | Extensible | DeviceAssociation Relationship Codes |
DeviceAssociation.status | DeviceAssociationCodes (a valid code from DeviceAssociation Status Codes) | Required | DeviceAssociation Status Codes |
DeviceAssociation.statusReason | DeviceAssociationCodes (a valid code from DeviceAssociation Status Reason Codes) | Required | DeviceAssociation Status Reason Codes |
DeviceAssociation.operation.status | FHIRDeviceAssociationOperationStatus | Example | The status for the device association operation. |
Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
date TU | date | Search for associations at or within specific times | DeviceAssociation.period | |
device TU | reference | Search for products that match this code | DeviceAssociation.device (Device) |
|
identifier TU | token | The identifier of the device association | DeviceAssociation.identifier | |
operator TU | reference | The identity of a operator for whom to list associations | DeviceAssociation.operation.operator (Practitioner, Patient, RelatedPerson) |
|
relationship TU | token | Search for specific device association relationships | DeviceAssociation.relationship | |
status TU | token | The status of the device associations | DeviceAssociation.status | |
subject TU | reference | The identity of a patient for whom to list associations | DeviceAssociation.subject (Practitioner, Group, Organization, Device, Patient, PractitionerRole, RelatedPerson) |