View raw Markdown
type: codesystemcodesystem: deviceusage-adherence-reason

Device Usage Adherence Reason

Concepts

CodeDisplayDefinition
lostLostThe device is lost.
stolenStolenThe device is stolen.
prescribedPrescribedThe device is prescribed.
brokenBrokenThe device is broken.
burnedBurnedThe device is burned.
forgotForgotThe device is forgotten.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="deviceusage-adherence-reason"/>
  <meta>

  </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="0"/>
  </extension>
  <url value="http://hl7.org/fhir/deviceusage-adherence-reason"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1855"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="DeviceUsageAdherenceReason"/>
  <title value="Device Usage Adherence Reason"/>
  <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="A coded concept indicating the reason for the usage of the device."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/deviceusage-adherence-reason"/>
  <content value="complete"/>
  <concept>
    <code value="lost"/>
    <display value="Lost"/>
    <definition value="The device is lost."/>
  </concept>
  <concept>
    <code value="stolen"/>
    <display value="Stolen"/>
    <definition value="The device is stolen."/>
  </concept>
  <concept>
    <code value="prescribed"/>
    <display value="Prescribed"/>
    <definition value="The device is prescribed."/>
  </concept>
  <concept>
    <code value="broken"/>
    <display value="Broken"/>
    <definition value="The device is broken."/>
  </concept>
  <concept>
    <code value="burned"/>
    <display value="Burned"/>
    <definition value="The device is burned."/>
  </concept>
  <concept>
    <code value="forgot"/>
    <display value="Forgot"/>
    <definition value="The device is forgotten."/>
  </concept>
</CodeSystem>