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

FHIR IG analytics

Packagehl7.terminology
Resource TypeCodeSystem
IdCodeSystem-deviceassociation-relationship-status.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/CodeSystem-deviceassociation-relationship-status.html
URLhttp://terminology.hl7.org/CodeSystem/deviceassociation-relationship-status
Version1.0.0
Statusactive
Date2026-08-04T17:23:51+00:00
NameDeviceAssociationRelationshipStatus
TitleDeviceAssociation Relationship Status Codes
Realmuv
Authorityhl7
DescriptionDeviceAssociation Relationship Status Codes
Contentcomplete

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-08-04T17:23:51+00: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."
    }
  ]
}