Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type TemplateStatusCodeLifeCycle
Namespace No namespace
Annotations
Life cycle of the Status Code of a Template Design (Version)
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_EnumerationToken.tmp#EnumerationToken
Type restriction of EnumerationToken
Type hierarchy
Facets
maxLength 50
enumeration draft
Template under development (nascent). Metadata and template may be incomplete. Entered primarily to encourage other users to be aware of ongoing
process.
enumeration active
Template has been published by the governance group (custodian organization) and deemed fit for use. May have associated adoption and annotation metadata.
enumeration retired
Template retired: No longer fit for use. Information available for historical reference.
enumeration rejected
Template is rejected. During the development proces of a template design (new, draft) it was decided that
further development on this template will not happen.
enumeration cancelled
Template was never published and is withdrawn.
enumeration pending
Template is in pre-publication review: the template is complete, pending appropriate review. Entered primarily to encourage other users to be
aware of and/or participate in the review process. The governance group (custodian organization) has not given it an "active" status (i.e. it has not been published); 
and it may still be rejected (transitioned to an inactive status)., e.g. the template may be under ballot by an SDO.
enumeration review
Template is in review: a post-publication state; may result in a new version or a retirement or no change at all. 
A new version is one that adds clarity but not new intent (new version date but identifier is unchanged).
A retirement is a template that is no longer fit for purpose, and which
may be replaced by a different a template (version), which is linked to the retired template.
Used by
Source
<xs:simpleType name="TemplateStatusCodeLifeCycle">
  <!-- 
            template status (see also HL7 Templates Business Process Requirements Analysis as of January 2012)
            
            Nascent: Under development. Metadata and template may be incomplete. Entered primarily to encourage other users to be aware of ongoing process.
            
            Active: Has been published by the custodian organization and deemed fit for use. May have associated adoption and annotation metadata.
            
            Inactive: Never recommended for use. For example, rejected, withdrawn or found another template fit for use of the one under development. 
            Will not have associated adoption metadata.
            
            Under Update (adoption metadata): adopter adds adoption metadata and/or grouping metadata: these are the only actions an adopter 
            organization can perform. The template(s) in the “under update (adoption metadata” status are unavailable for any other status or 
            metadata changes until the “under update (adoption metadata” action has been completed.
            
            Pre-publication review: the template is complete, pending appropriate review. Entered primarily to encourage other users to be 
            aware of and/or participate in the review process. The custodian organization has not given it an “Active” status (i.e. it has
            not been published); and it may still be rejected (transitioned to an inactive status). E.g. the template may be under ballot by an SDO.
            
            In Review: a post-publication state; may result in a new version or a retirement or no change at all. A new version is one that
            adds clarity but not new intent; the version number is incremented by one, but the identifier is unchanged. A retirement is a 
            template that is no longer fit for purpose, and which may be replaced by a different a template with a different identifier, 
            which is linked to the retired template.
            
            Retired: No longer fit for use. Information available for historical reference.
            
        -->
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Life cycle of the Status Code of a Template Design (Version)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="EnumerationToken">
    <xs:enumeration value="draft">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="nl-NL">Ontwerp</xforms:label>
          <xforms:label xml:lang="en-US">Draft</xforms:label>
          <xforms:label xml:lang="de-DE">Entwurf</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">Template under development (nascent). Metadata and template may be incomplete. Entered primarily to encourage other users to be aware of ongoing process.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="active">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="nl-NL">Actief</xforms:label>
          <xforms:label xml:lang="en-US">Active</xforms:label>
          <xforms:label xml:lang="de-DE">Aktiv</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">Template has been published by the governance group (custodian organization) and deemed fit for use. May have associated adoption and annotation metadata.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="retired">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="nl-NL">Obsoleet</xforms:label>
          <xforms:label xml:lang="en-US">Retired</xforms:label>
          <xforms:label xml:lang="de-DE">Obsolet</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">Template retired: No longer fit for use. Information available for historical reference.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <!-- 
                the following states are not really used by template repositories but serve as template registry metadata
            -->
    <xs:enumeration value="rejected">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="nl-NL">Afgewezen</xforms:label>
          <xforms:label xml:lang="en-US">Rejected</xforms:label>
          <xforms:label xml:lang="de-DE">Abgewiesen</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">Template is rejected. During the development proces of a template design (new, draft) it was decided that further development on this template will not happen.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cancelled">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="nl-NL">Geannuleerd</xforms:label>
          <xforms:label xml:lang="en-US">Cancelled</xforms:label>
          <xforms:label xml:lang="de-DE">Annuliert</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">Template was never published and is withdrawn.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="pending">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="nl-NL">Onder revisie vóór de publicatie</xforms:label>
          <xforms:label xml:lang="en-US">Under pre-publication review</xforms:label>
          <xforms:label xml:lang="de-DE">Unter Revision vor der Publikation</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">Template is in pre-publication review: the template is complete, pending appropriate review. Entered primarily to encourage other users to be aware of and/or participate in the review process. The governance group (custodian organization) has not given it an "active" status (i.e. it has not been published); and it may still be rejected (transitioned to an inactive status)., e.g. the template may be under ballot by an SDO.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="review">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="nl-NL">Wordt gereviewed</xforms:label>
          <xforms:label xml:lang="en-US">In Review</xforms:label>
          <xforms:label xml:lang="de-DE">In Revision</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">Template is in review: a post-publication state; may result in a new version or a retirement or no change at all. A new version is one that adds clarity but not new intent (new version date but identifier is unchanged). A retirement is a template that is no longer fit for purpose, and which may be replaced by a different a template (version), which is linked to the retired template.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <!-- begin the following states are not templates DSTU R1 -->
    <!--
            <xs:enumeration value="inactive">
                <xs:annotation>
                    <xs:appinfo>
                        <xforms:label xml:lang="nl-NL">Inactief</xforms:label>
                        <xforms:label xml:lang="en-US">inactive</xforms:label>
                        <xforms:label xml:lang="de-DE">Inaktiv</xforms:label>
                    </xs:appinfo>
                    <xs:documentation xml:lang="en-US">Template was published but never recommended for use. For example, rejected, withdrawn or found another template fit for use of the one under development. Will not
                        have associated adoption metadata. </xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="update">
                <xs:annotation>
                    <xs:appinfo>
                        <xforms:label xml:lang="nl-NL">In bewerking</xforms:label>
                        <xforms:label xml:lang="en-US">Under update</xforms:label>
                        <xforms:label xml:lang="de-DE">In Bearbeitung</xforms:label>
                    </xs:appinfo>
                    <xs:documentation xml:lang="en-US">Template is undergoing an update (adoption metadata): adopter adds adoption metadata and/or grouping metadata: these are the only actions an adopter
                        organization can perform. The template(s) in the "under update (adoption metadata)" status are unavailable for any other status or metadata changes until the "under update
                        (adoption metadata)" action has been completed.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            -->
    <!-- end the following states are not templates DSTU R1 -->
  </xs:restriction>
</xs:simpleType>