HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: ActStatus - XML Representation

Active as of 2019-03-20

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="v3-ActStatus"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url value="http://terminology.hl7.org/CodeSystem/v3-ActStatus"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.5.14"/>
  </identifier>
  <version value="2.1.0"/>
  <name value="ActStatus"/>
  <title value="ActStatus"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2019-03-20"/>
  <publisher value="Health Level 7"/>
  <contact>
    <name value="Health Level Seven"/>
  </contact>
  <description
               value="Codes representing the defined possible states of an Act, as defined by the Act class state machine."/>
  <caseSensitive value="true"/>
  <hierarchyMeaning value="is-a"/>
  <content value="complete"/>
  <property>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry">
      <valueCode value="antisymmetric"/>
    </extension>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity">
      <valueCode value="transitive"/>
    </extension>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity">
      <valueCode value="irreflexive"/>
    </extension>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable">
      <valueBoolean value="true"/>
    </extension>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind">
      <valueCode value="Specializes"/>
    </extension>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName">
      <valueString value="Generalizes"/>
    </extension>
    <code value="Specializes"/>
    <description
                 value="The child code is a more narrow version of the concept represented by the parent code.  I.e. Every child concept is also a valid parent concept.  Used to allow determination of subsumption.  Must be transitive, irreflexive, antisymmetric."/>
    <type value="Coding"/>
  </property>
  <property>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry">
      <valueCode value="antisymmetric"/>
    </extension>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity">
      <valueCode value="transitive"/>
    </extension>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity">
      <valueCode value="irreflexive"/>
    </extension>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable">
      <valueBoolean value="true"/>
    </extension>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind">
      <valueCode value="Generalizes"/>
    </extension>
    <extension
               url="http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName">
      <valueString value="Specializes"/>
    </extension>
    <code value="Generalizes"/>
    <description
                 value="Inverse of Specializes.  Only included as a derived relationship."/>
    <type value="Coding"/>
  </property>
  <property>
    <code value="internalId"/>
    <uri
         value="http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id"/>
    <description
                 value="The internal identifier for the concept in the HL7 Access database repository."/>
    <type value="code"/>
  </property>
  <property>
    <code value="status"/>
    <uri value="http://hl7.org/fhir/concept-properties#status"/>
    <description
                 value="Designation of a concept's state. Normally is not populated unless the state is retired."/>
    <type value="code"/>
  </property>
  <concept>
    <code value="normal"/>
    <display value="normal"/>
    <definition
                value="Encompasses the expected states of an Act, but excludes &quot;nullified&quot; and &quot;obsolete&quot; which represent unusual terminal states for the life-cycle."/>
    <property>
      <code value="status"/>
      <valueCode value="active"/>
    </property>
    <property>
      <code value="internalId"/>
      <valueCode value="15936"/>
    </property>
    <concept>
      <code value="aborted"/>
      <display value="aborted"/>
      <definition
                  value="The Act has been terminated prior to the originally intended completion."/>
      <property>
        <code value="status"/>
        <valueCode value="active"/>
      </property>
      <property>
        <code value="internalId"/>
        <valueCode value="15941"/>
      </property>
    </concept>
    <concept>
      <code value="active"/>
      <display value="active"/>
      <definition value="The Act can be performed or is being performed"/>
      <property>
        <code value="status"/>
        <valueCode value="active"/>
      </property>
      <property>
        <code value="internalId"/>
        <valueCode value="15942"/>
      </property>
    </concept>
    <concept>
      <code value="cancelled"/>
      <display value="cancelled"/>
      <definition value="The Act has been abandoned before activation."/>
      <property>
        <code value="status"/>
        <valueCode value="active"/>
      </property>
      <property>
        <code value="internalId"/>
        <valueCode value="15938"/>
      </property>
    </concept>
    <concept>
      <code value="completed"/>
      <display value="completed"/>
      <definition
                  value="An Act that has terminated normally after all of its constituents have been performed."/>
      <property>
        <code value="status"/>
        <valueCode value="active"/>
      </property>
      <property>
        <code value="internalId"/>
        <valueCode value="15940"/>
      </property>
    </concept>
    <concept>
      <code value="held"/>
      <display value="held"/>
      <definition
                  value="An Act that is still in the preparatory stages has been put aside. No action can occur until the Act is released."/>
      <property>
        <code value="status"/>
        <valueCode value="active"/>
      </property>
      <property>
        <code value="internalId"/>
        <valueCode value="15937"/>
      </property>
    </concept>
    <concept>
      <code value="new"/>
      <display value="new"/>
      <definition
                  value="An Act that is in the preparatory stages and may not yet be acted upon"/>
      <property>
        <code value="status"/>
        <valueCode value="active"/>
      </property>
      <property>
        <code value="internalId"/>
        <valueCode value="15943"/>
      </property>
    </concept>
    <concept>
      <code value="suspended"/>
      <display value="suspended"/>
      <definition
                  value="An Act that has been activated (actions could or have been performed against it), but has been temporarily disabled. No further action should be taken against it until it is released"/>
      <property>
        <code value="status"/>
        <valueCode value="active"/>
      </property>
      <property>
        <code value="internalId"/>
        <valueCode value="15939"/>
      </property>
    </concept>
  </concept>
  <concept>
    <code value="nullified"/>
    <display value="nullified"/>
    <definition
                value="This Act instance was created in error and has been 'removed' and is treated as though it never existed. A record is retained for audit purposes only."/>
    <property>
      <code value="status"/>
      <valueCode value="active"/>
    </property>
    <property>
      <code value="internalId"/>
      <valueCode value="15934"/>
    </property>
  </concept>
  <concept>
    <code value="obsolete"/>
    <display value="obsolete"/>
    <definition
                value="This Act instance has been replaced by a new instance."/>
    <property>
      <code value="status"/>
      <valueCode value="active"/>
    </property>
    <property>
      <code value="internalId"/>
      <valueCode value="15935"/>
    </property>
  </concept>
</CodeSystem>