HL7 Terminology (THO)
6.2.0 - UTG Consensus Review Proposal UP-656 International flag

HL7 Terminology (THO) - Local Development build (v6.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Activation State - XML Representation

Active as of 2025-05-27 Maturity Level: 1

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="activation-state"/>
  <meta>
    <lastUpdated value="2025-05-27T00:00:00+00:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem activation-state</b></p><a name="activation-state"> </a><a name="hcactivation-state"> </a><a name="activation-state-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Last updated: 2025-05-27 00:00:00+0000</p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/activation-state</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">on<a name="activation-state-on"> </a></td><td>On</td><td>On</td></tr><tr><td style="white-space:nowrap">off<a name="activation-state-off"> </a></td><td>Off</td><td>Off</td></tr><tr><td style="white-space:nowrap">paused<a name="activation-state-paused"> </a></td><td>Paused</td><td>Paused</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="dev"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/>
  </extension>
  <url value="http://terminology.hl7.org/CodeSystem/activation-state"/>
  <version value="1.0.0"/>
  <name value="ActivationState"/>
  <title value="Activation State"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-05-27T00:00:00+00:00"/>
  <publisher value="Health Level Seven International"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="hq@HL7.org"/>
    </telecom>
  </contact>
  <description value="The activation state of, e.g., a device."/>
  <copyright
             value="This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html"/>
  <caseSensitive value="true"/>
  <valueSet value="http://terminology.hl7.org/ValueSet/activation-state"/>
  <content value="complete"/>
  <concept>
    <code value="on"/>
    <display value="On"/>
    <definition value="On"/>
  </concept>
  <concept>
    <code value="off"/>
    <display value="Off"/>
    <definition value="Off"/>
  </concept>
  <concept>
    <code value="paused"/>
    <display value="Paused"/>
    <definition value="Paused"/>
  </concept>
</CodeSystem>