View raw Markdown
type: codesystemcodesystem: device-association-status

FHIRDeviceaAsociationStatus

Concepts

CodeDisplayDefinition
implantedImplantedThe device is implanted in the patient.
explantedExplantedThe device is no longer implanted in the patient. Note that this is not the value to be used for devices that have never been implanted. In those cases, no value or a specific value can be used.
attachedAttachedThe device is attached to the patient but not implanted in the patient.
unknownUnknownThe association status of the device has not been determined.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?><CodeSystem xmlns="http://hl7.org/fhir">
  <id value="device-association-status"/>
  <meta>
    <lastUpdated value="2021-01-05T10:01:24.148+11:00"/>

  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <url value="http://hl7.org/fhir/device-association-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2049"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="FHIRDeviceAssociationStatus"/>
  <title value="FHIRDeviceaAsociationStatus"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+11:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="The association status of the device."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/device-association-status"/>
  <content value="complete"/>
  <concept>
    <code value="implanted"/>
    <display value="Implanted"/>
    <definition value="The device is implanted in the patient."/>
  </concept>
  <concept>
    <code value="explanted"/>
    <display value="Explanted"/>
    <definition value="The device is no longer implanted in the patient. Note that this is not the value to be used for devices that have never been implanted. In those cases, no value or a specific value can be used."/>
  </concept>
  <concept>
    <code value="attached"/>
    <display value="Attached"/>
    <definition value="The device is attached to the patient but not implanted in the patient."/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition value="The association status of the device has not been determined."/>
  </concept>
</CodeSystem>