This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemDeviceAssociationAssociationStatusCodes
{
"resourceType" : "CodeSystem",
"id" : "deviceassociation-association-status",
"meta" : {
"lastUpdated" : "2026-06-11T22:32:02.825+00:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem deviceassociation-association-status</b></p><a name=\"deviceassociation-association-status\"> </a><a name=\"hcdeviceassociation-association-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/deviceassociation-association-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">planned<a name=\"deviceassociation-association-status-planned\"> </a></td><td>Planned</td><td>The association is planned but is not yet active.</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"deviceassociation-association-status-active\"> </a></td><td>Active</td><td>The association is active.</td></tr><tr><td style=\"white-space:nowrap\">suspended<a name=\"deviceassociation-association-status-suspended\"> </a></td><td>Suspended</td><td>The association is temporarily inactive.</td></tr><tr><td style=\"white-space:nowrap\">ended<a name=\"deviceassociation-association-status-ended\"> </a></td><td>Ended</td><td>The association has ended.</td></tr><tr><td style=\"white-space:nowrap\">removed<a name=\"deviceassociation-association-status-removed\"> </a></td><td>Removed</td><td>The device has been removed from the subject or association context.</td></tr><tr><td style=\"white-space:nowrap\">abandoned<a name=\"deviceassociation-association-status-abandoned\"> </a></td><td>Abandoned</td><td>The association has been abandoned.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"deviceassociation-association-status-unknown\"> </a></td><td>Unknown</td><td>The state of the association is unknown.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}],
"url" : "http://hl7.org/fhir/CodeSystem/deviceassociation-association-status",
"version" : "6.0.0-ballot4",
"name" : "DeviceAssociationAssociationStatusCodes",
"title" : "DeviceAssociation Association Status Codes",
"status" : "active",
"experimental" : false,
"publisher" : "HL7 International",
"description" : "Codes that describe the state of the relationship between a device and the subject.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"content" : "complete",
"concept" : [{
"code" : "planned",
"display" : "Planned",
"definition" : "The association is planned but is not yet active."
},
{
"code" : "active",
"display" : "Active",
"definition" : "The association is active."
},
{
"code" : "suspended",
"display" : "Suspended",
"definition" : "The association is temporarily inactive."
},
{
"code" : "ended",
"display" : "Ended",
"definition" : "The association has ended."
},
{
"code" : "removed",
"display" : "Removed",
"definition" : "The device has been removed from the subject or association context."
},
{
"code" : "abandoned",
"display" : "Abandoned",
"definition" : "The association has been abandoned."
},
{
"code" : "unknown",
"display" : "Unknown",
"definition" : "The state of the association is unknown."
}]
}
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.