type: codesystemcodesystem: device-association-status
FHIRDeviceaAsociationStatus
- Official URL: http://hl7.org/fhir/device-association-status
- Version: 6.0.0
- Status: draft
- Name: FHIRDeviceAssociationStatus
- Title: FHIRDeviceaAsociationStatus
- Publisher: HL7 (FHIR Project)
- Description: The association status of the device.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| implanted | Implanted | The device is implanted in the patient. |
| explanted | Explanted | 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. |
| attached | Attached | The device is attached to the patient but not implanted in the patient. |
| unknown | Unknown | The 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>