FHIR IG analytics| Package | hl7.terminology.r5 |
| Resource Type | CodeSystem |
| Id | CodeSystem-deviceassociation-status-reason.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem deviceassociation-status-reason
Profile: Shareable CodeSystem
This case-sensitive code system http://terminology.hl7.org/CodeSystem/deviceassociation-status-reason defines the following codes:
{
"resourceType": "CodeSystem",
"id": "deviceassociation-status-reason",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "oo"
}
],
"url": "http://terminology.hl7.org/CodeSystem/deviceassociation-status-reason",
"version": "1.0.0",
"name": "DeviceAssociationStatusReason",
"title": "DeviceAssociation Status Reason Codes",
"status": "active",
"experimental": false,
"date": "2026-07-27T09:27:31+10:00",
"description": "DeviceAssociation Status Reason Codes",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "lost-to-follow-up",
"display": "Lost To Follow-Up",
"definition": "The relationship status changed because follow-up with the subject or responsible party was lost."
},
{
"code": "record-archived",
"display": "Record Archived",
"definition": "The relationship status changed because the association record was archived."
},
{
"code": "superseded",
"display": "Superseded",
"definition": "The relationship status changed because the association was replaced by a newer association record."
},
{
"code": "duplicate",
"display": "Duplicate",
"definition": "The relationship status changed because the association record was identified as a duplicate."
},
{
"code": "patient-deceased",
"display": "Patient Deceased",
"definition": "The relationship status changed because the patient associated with the device is deceased."
},
{
"code": "device-retired",
"display": "Device Retired",
"definition": "The relationship status changed because the device was retired from service."
},
{
"code": "association-ended",
"display": "Association Ended",
"definition": "The relationship status changed because the association ended."
},
{
"code": "unknown",
"display": "Unknown",
"definition": "The reason for the relationship status is not known."
}
]
}