2nd DSTU Draft For Comment

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

Template-status-code.xml

Raw XML (canonical form)

Definition for Value SetTemplateStatusCode

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="template-status-code"/>
  <meta>
    <lastUpdated value="2015-02-23T09:07:27.665+11:00"/>
    <profile value="http://hl7.org/fhir/Profile/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.3.1937.98.11.8"/>
  </extension>
  <url value="http://hl7.org/fhir/vs/template-status-code"/>
  <version value="0.4.0"/>
  <name value="TemplateStatusCode"/>
  <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="The status indicates the level of maturity of the design and may be used to manage the
   use of the design"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2015-02-23T09:07:27+11:00"/>
  <compose>
    <include>
      <system value="urn:oid:2.16.840.1.113883.3.1937.98.5.8"/>
      <concept>
        <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-definition">
          <valueString value="Design is under development (nascent)."/>
        </extension>
        <code value="draft"/>
        <display value="Draft"/>
      </concept>
      <concept>
        <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-definition">
          <valueString value="Design is completed and is being reviewed."/>
        </extension>
        <code value="pending"/>
        <display value="Under pre-publication review"/>
      </concept>
      <concept>
        <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-definition">
          <valueString value="Design has been deemed fit for the intended purpose and is published by the governance
           group."/>
        </extension>
        <code value="active"/>
        <display value="Active"/>
      </concept>
      <concept>
        <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-definition">
          <valueString value="Design is active, but is under review. The review may result in a change to the design.
           The change may necessitate a new version to be created. This in turn may result in the
           prior version of the template to be retired. Alternatively, the review may result in a
           change to the design that does not require a new version to be created, or it may result
           in no change to the design at all."/>
        </extension>
        <code value="review"/>
        <display value="In Review"/>
      </concept>
      <concept>
        <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-definition">
          <valueString value="A drafted design is determined to be erroneous or not fit for intended purpose and is
           discontinued before ever being published in an active state."/>
        </extension>
        <code value="cancelled"/>
        <display value="Cancelled"/>
      </concept>
      <concept>
        <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-definition">
          <valueString value="A previously drafted design is determined to be erroneous or not fit for intended purpose
           and is discontinued before ever being published for consideration in a pending state."/>
        </extension>
        <code value="rejected"/>
        <display value="Rejected"/>
      </concept>
      <concept>
        <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-definition">
          <valueString value="A previously active design is discontinued from use. It should no longer be used for future
           designs, but for historical purposes may be used to process data previously recorded using
           this design. A newer design may or may not exist. The design is published in the retired
           state."/>
        </extension>
        <code value="retired"/>
        <display value="Retired"/>
      </concept>
      <concept>
        <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-definition">
          <valueString value="A design is determined to be erroneous or not fit for the intended purpose and should
           no longer be used, even for historical purposes. No new designs can be developed for this
           template. The associated template no longer needs to be published, but if published, is
           shown in the terminated state."/>
        </extension>
        <code value="terminated"/>
        <display value="Terminated"/>
      </concept>
    </include>
  </compose>
</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.