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

FHIR IG analytics

Packagehl7.terminology
Resource TypeCodeSystem
IdCodeSystem-deviceassociation-relationship.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/CodeSystem-deviceassociation-relationship.html
URLhttp://terminology.hl7.org/CodeSystem/deviceassociation-relationship
Version1.0.0
Statusactive
Date2025-12-15T20:08:18+00:00
NameDeviceAssociationRelationship
TitleDeviceAssociation Relationship Codes
Realmuv
Authorityhl7
DescriptionDeviceAssociation Relationship 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

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

CodeDisplayDefinition
owner OwnerOwner of the device.
custodian CustodianThe individual or organization who has responsibility for taking care of the device.
maintainer MaintainerThe individual or organization that keeps the device in an appropriate condition.
patient PatientThe patient in which the device is implanted, or to which the device is associated.
operator OperatorThe person operating the device.

Source1

{
  "resourceType": "CodeSystem",
  "id": "deviceassociation-relationship",
  "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",
  "version": "1.0.0",
  "name": "DeviceAssociationRelationship",
  "title": "DeviceAssociation Relationship Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-12-15T20:08:18+00:00",
  "description": "DeviceAssociation Relationship Codes",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "owner",
      "display": "Owner",
      "definition": "Owner of the device."
    },
    {
      "code": "custodian",
      "display": "Custodian",
      "definition": "The individual or organization who has responsibility for taking care of the device."
    },
    {
      "code": "maintainer",
      "display": "Maintainer",
      "definition": "The individual or organization that keeps the device in an appropriate condition."
    },
    {
      "code": "patient",
      "display": "Patient",
      "definition": "The patient in which the device is implanted, or to which the device is associated."
    },
    {
      "code": "operator",
      "display": "Operator",
      "definition": "The person operating the device."
    }
  ]
}