Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Valueset-template-status-code.xml

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Value SetTemplateStatusCode

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

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="template-status-code"/> 
  <meta> 
    <lastUpdated value="2022-05-28T13:47:40.239+11:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="extensions"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <ul> 
        <li> Include these codes as defined in 
          <a href="codesystem-template-status-code.html">
            <code> urn:oid:2.16.840.1.113883.3.1937.98.5.8</code> 
          </a> 
          <table class="none">
            <tr> 
              <td style="white-space:nowrap">
                <b> Code</b> 
              </td> 
              <td> 
                <b> Display</b> 
              </td> 
              <td> 
                <b> Definition</b> 
              </td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-template-status-code.html#template-status-code-draft">draft</a> 
              </td> 
              <td> Draft</td> 
              <td> Design is under development (nascent)</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-template-status-code.html#template-status-code-pending">pending</a> 
              </td> 
              <td> Under pre-publication review</td> 
              <td> Design is completed and is being reviewed</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-template-status-code.html#template-status-code-active">active</a> 
              </td> 
              <td> Active</td> 
              <td> Design has been deemed fit for the intended purpose and is published by the governance
                            group</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-template-status-code.html#template-status-code-review">review</a> 
              </td> 
              <td> In Review</td> 
              <td> 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</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-template-status-code.html#template-status-code-cancelled">cancelled</a> 
              </td> 
              <td> Cancelled</td> 
              <td> 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</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-template-status-code.html#template-status-code-rejected">rejected</a> 
              </td> 
              <td> Rejected</td> 
              <td> 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</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-template-status-code.html#template-status-code-retired">retired</a> 
              </td> 
              <td> Retired</td> 
              <td> 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 might or might not exist. The design
                 is published in the retired            state</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-template-status-code.html#template-status-code-terminated">terminated</a> 
              </td> 
              <td> Terminated</td> 
              <td> 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</td> 
            </tr> 
          </table> 
        </li> 
      </ul> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ValueSet/template-status-code"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.3.1937.98.11.8"/> 
  </identifier> 
  <version value="4.3.0"/> 
  <name value="TemplateStatusCode"/> 
  <title value="TemplateStatusCode"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <date value="2019-11-01T09:29:23+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="The status indicates the level of maturity of the design and may be used to manage the
      use of the design."/> 
  <compose> 
    <include> 
      <system value="urn:oid:2.16.840.1.113883.3.1937.98.5.8"/> 
      <concept> 
        <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-definition">
          <valueString value="Design is under development (nascent)"/> 
        </extension> 
        <code value="draft"/> 
        <display value="Draft"/> 
      </concept> 
      <concept> 
        <extension url="http://hl7.org/fhir/StructureDefinition/valueset-concept-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/StructureDefinition/valueset-concept-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/StructureDefinition/valueset-concept-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/StructureDefinition/valueset-concept-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/StructureDefinition/valueset-concept-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/StructureDefinition/valueset-concept-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 might or might 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/StructureDefinition/valueset-concept-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.