Showing:

Annotations
Diagrams
Facets
Source
Simple Type FhirObjectType
Namespace No namespace
Annotations
HL7 FHIR®© Object Types. Note: should you ever change list, please also see schematron check with name="Validate Ids". http://hl7.org/fhir/
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_EnumerationToken.tmp#EnumerationToken
Type restriction of EnumerationToken
Type hierarchy
Facets
maxLength 50
enumeration FHIR
FHIR
FHIR
FHIR
Source
<xs:simpleType name="FhirObjectType">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">HL7 FHIR®© Object Types. Note: should you ever change list, please also see schematron check with name="Validate Ids". http://hl7.org/fhir/</xs:documentation>
  </xs:annotation>
  <xs:restriction base="EnumerationToken">
    <xs:enumeration value="FHIR">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="nl-NL">FHIR</xforms:label>
          <xforms:label xml:lang="en-US">FHIR</xforms:label>
          <xforms:label xml:lang="de-DE">FHIR</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="nl-NL">FHIR</xs:documentation>
        <xs:documentation xml:lang="en-US">FHIR</xs:documentation>
        <xs:documentation xml:lang="de-DE">FHIR</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>