DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

V3-EditStatus.xml

Raw XML (canonical form)

The status of an entry as it pertains to its review and incorporation into the HL7 domain specification database.

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v3-EditStatus"/>
  <meta>
    <lastUpdated value="2015-03-23T00:00:00.000+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <url value="http://hl7.org/fhir/v3/vs/EditStatus"/>
  <version value="2015-03-23"/>
  <name value="v3 Code System EditStatus"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <description value=" The status of an entry as it pertains to its review and incorporation into the HL7 domain
     specification database."/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2015-03-23"/>
  <define>
    <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.5.35"/>
    </extension>
    <system value="http://hl7.org/fhir/v3/EditStatus"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="A"/>
      <abstract value="false"/>
      <display value="Active"/>
      <definition value="The item has been reviewed and approved and is now valid for use in HL7 standards and
         messages."/>
    </concept>
    <concept>
      <code value="I"/>
      <abstract value="false"/>
      <display value="Inactive"/>
      <definition value="A previously active item has been retired from use.  The item may exist as previously
         stored data in a database, but no current or new HL7 standards or messges should use this
         item.  The code for an inactive item will not be reused by HL7."/>
    </concept>
    <concept>
      <code value="O"/>
      <abstract value="false"/>
      <display value="Obsolete"/>
      <definition value="A previously active item that is scheduled to be retired from use, but for practical reasons
         can not be immediately inactivated.  It is still legal to use an obsolete item in HL7
         standards or messages, but those creating new messages should make every effort to use
         an active concept instead."/>
    </concept>
    <concept>
      <code value="P"/>
      <abstract value="false"/>
      <display value="Proposed"/>
      <definition value="The item has been suggested for incorporation but has not been officially approved.  The
         item is not yet legal for use in HL7 standards and messages."/>
    </concept>
    <concept>
      <code value="R"/>
      <abstract value="false"/>
      <display value="Rejected"/>
      <definition value="The item has been reviewed and rejected. The item is not legal for use in HL7 standards
         and messages."/>
    </concept>
  </define>
</ValueSet>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.