FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r5
Resource TypeCodeSystem
IdCodeSystem-deviceassociation-status-reason.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem deviceassociation-status-reason

This case-sensitive code system http://terminology.hl7.org/CodeSystem/deviceassociation-status-reason defines the following codes:

CodeDisplayDefinition
lost-to-follow-up Lost To Follow-UpThe relationship status changed because follow-up with the subject or responsible party was lost.
record-archived Record ArchivedThe relationship status changed because the association record was archived.
superseded SupersededThe relationship status changed because the association was replaced by a newer association record.
duplicate DuplicateThe relationship status changed because the association record was identified as a duplicate.
patient-deceased Patient DeceasedThe relationship status changed because the patient associated with the device is deceased.
device-retired Device RetiredThe relationship status changed because the device was retired from service.
association-ended Association EndedThe relationship status changed because the association ended.
unknown UnknownThe reason for the relationship status is not known.

Source1

{
  "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."
    }
  ]
}