Showing:

Annotations
Diagrams
Facets
Source
Simple Type FHIRProfileStatusCodeLifeCycle
Namespace No namespace
Annotations
Life cycle of the Status Code of a FHIR Profile
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_EnumerationToken.tmp#EnumerationToken
Type restriction of EnumerationToken
Type hierarchy
Facets
maxLength 50
enumeration draft
FHIR Profile under development (nascent). Metadata and profile may be incomplete. Entered primarily to encourage other users to be aware of ongoing
process.
enumeration active
FHIR Profile has been published by the governance group (custodian organization) and deemed fit for use. May have associated adoption and annotation metadata.
enumeration retired
FHIR Profile retired: No longer fit for use. Information available for historical reference.
Source
<xs:simpleType name="FHIRProfileStatusCodeLifeCycle">
  <!-- 
            The FHIR Profile Status Code Life Cycle is a subset of the TemplateStatusCodeLifeCycle
        -->
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Life cycle of the Status Code of a FHIR Profile</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">FHIR Profile under development (nascent). Metadata and profile 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">FHIR Profile 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">FHIR Profile retired: No longer fit for use. Information available for historical reference.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>