View raw Markdown
type: codesystemcodesystem: deviceassociation-status

DeviceAssociation Status Codes

Concepts

CodeDisplayDefinition
activeActiveThe DeviceAssociation record is active.
inactiveInactiveThe DeviceAssociation record is no longer active.
entered-in-errorEntered in ErrorThe DeviceAssociation record was entered in error.
unknownUnknownThe status of the DeviceAssociation record is unknown.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="deviceassociation-status"/>
  <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>
  <url value="http://hl7.org/fhir/deviceassociation-status"/>
  <version value="6.0.0"/>
  <name value="DeviceAssociation"/>
  <title value="DeviceAssociation Status Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <description value="DeviceAssociation Status Codes"/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/deviceassociation-status"/>
  <content value="complete"/>
  <concept>
    <code value="active"/>
    <display value="Active"/>
    <definition value="The DeviceAssociation record is active."/>
  </concept>
  <concept>
    <code value="inactive"/>
    <display value="Inactive"/>
    <definition value="The DeviceAssociation record is no longer active."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in Error"/>
    <definition value="The DeviceAssociation record was entered in error."/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition value="The status of the DeviceAssociation record is unknown."/>
  </concept>
</CodeSystem>