DeviceAssociation
A record of association of a device.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/DeviceAssociation| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/DeviceAssociation/[id] |
| Vread | GET | /fhir/R5/DeviceAssociation/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/DeviceAssociation/[id] |
| Patch | PATCH | /fhir/R5/DeviceAssociation/[id] |
| Delete | DELETE | /fhir/R5/DeviceAssociation/[id] |
| Create | POST | /fhir/R5/DeviceAssociation |
| Search | GET | /fhir/R5/DeviceAssociation?... |
| History | GET | /fhir/R5/DeviceAssociation/[id]/_history |
| Type-history | GET | /fhir/R5/DeviceAssociation/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
identifier | Identifier | 0..* | Instance identifier |
device | Reference | 1..1 | Reference to the devices associated with the patient or group |
category | CodeableConcept | 0..* | Describes the relationship between the device and subject |
status | CodeableConcept | 1..1 | implanted |
statusReason | CodeableConcept | 0..* | The reasons given for the current association status |
subject | Reference | 0..1 | The individual, group of individuals or device that the device is on or associated with |
bodyStructure | Reference | 0..1 | Current anatomical location of the device in/on subject |
period | Period | 0..1 | Begin and end dates and times for the device association |
operation | BackboneElement | 0..* | The details about the device when it is in use to describe its operation |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
device | reference | Search for products that match this code |
identifier | token | The identifier of the device association |
operator | reference | The identity of a operator for whom to list associations |
patient | reference | The identity of a patient for whom to list associations |
status | token | The status of the device associations |
subject | reference | The identity of a patient for whom to list associations |
Reference
- Official FHIR R5 spec:
DeviceAssociation - Maturity: Draft (FMM 0).