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

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-deviceassociation-relationship-status.json
FHIR VersionR3

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-relationship-status

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

CodeDisplayDefinition
planned PlannedThe relationship is intended or scheduled but is not yet active.
active ActiveThe relationship is currently active.
suspended SuspendedThe relationship is temporarily inactive and may resume.
ended EndedThe relationship has concluded.
removed RemovedThe relationship ended because the device was removed from the subject, location, or context.
abandoned AbandonedThe relationship has been left in place but is no longer intended to be active.
unknown UnknownThe relationship status is not known.

Source1

{
  "resourceType": "CodeSystem",
  "id": "deviceassociation-relationship-status",
  "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-relationship-status",
  "version": "1.0.0",
  "name": "DeviceAssociationRelationshipStatus",
  "title": "DeviceAssociation Relationship Status Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-07-27T09:27:31+10:00",
  "description": "DeviceAssociation Relationship Status Codes",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "planned",
      "display": "Planned",
      "definition": "The relationship is intended or scheduled but is not yet active."
    },
    {
      "code": "active",
      "display": "Active",
      "definition": "The relationship is currently active."
    },
    {
      "code": "suspended",
      "display": "Suspended",
      "definition": "The relationship is temporarily inactive and may resume."
    },
    {
      "code": "ended",
      "display": "Ended",
      "definition": "The relationship has concluded."
    },
    {
      "code": "removed",
      "display": "Removed",
      "definition": "The relationship ended because the device was removed from the subject, location, or context."
    },
    {
      "code": "abandoned",
      "display": "Abandoned",
      "definition": "The relationship has been left in place but is no longer intended to be active."
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The relationship status is not known."
    }
  ]
}