Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element TemplateProperties / tag
Namespace No namespace
Annotations
In addition, tag elements could be incorporated to specifiy any number of tags for search purposes
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_NonEmptyString.tmp#NonEmptyString
Type NonEmptyString
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
minLength 1
Source
<xs:element name="tag" type="NonEmptyString" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">In addition, tag elements could be incorporated to specifiy any number of tags for search purposes</xs:documentation>
  </xs:annotation>
</xs:element>
Element TemplateProperties / property
Namespace No namespace
Annotations
In addition, property elements could be incorporated to specifiy any number of properties not part of the standard metadata, e.g. for operationalization instructions
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_NonEmptyString.tmp#NonEmptyString
Type NonEmptyString
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
minLength 1
Source
<xs:element name="property" type="NonEmptyString" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">In addition, property elements could be incorporated to specifiy any number of properties not part of the standard metadata, e.g. for operationalization instructions</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type TemplateProperties
Namespace No namespace
Annotations
The classification of the template
Diagram
DiagramDECOR_xsd_Complex_Type_TemplateProperties.tmp#TemplateProperties_typeDECOR_xsd_Complex_Type_TemplateProperties.tmp#TemplateProperties_formatDECOR_xsd_Complex_Type_TemplateProperties.tmp#TemplateProperties_tagDECOR_xsd_Complex_Type_TemplateProperties.tmp#TemplateProperties_property
Used by
Model
Children property, tag
Attributes
QName Type Default Use
format TemplateFormats hl7v3xml1 optional
type TemplateTypes required
Source
<xs:complexType name="TemplateProperties">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The classification of the template</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="tag" type="NonEmptyString" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">In addition, tag elements could be incorporated to specifiy any number of tags for search purposes</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="property" type="NonEmptyString" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">In addition, property elements could be incorporated to specifiy any number of properties not part of the standard metadata, e.g. for operationalization instructions</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="type" type="TemplateTypes" use="required"/>
  <xs:attribute name="format" type="TemplateFormats" use="optional" default="hl7v3xml1"/>
</xs:complexType>
Attribute TemplateProperties / @type
Namespace No namespace
Type TemplateTypes
Properties
use required
Facets
enumeration cdadocumentlevel
CDA Document Level Template
enumeration messagelevel
HL7 V2 or V3 Message Level Template
enumeration cdaheaderlevel
CDA Header Level Template
enumeration cdasectionlevel
CDA Section Level Template
enumeration cdaentrylevel
CDA Entry Level Template
enumeration segmentlevel
HL7 V2 Segment Level Template
enumeration clinicalstatementlevel
HL7 V3 Clinical Statement Level Template
enumeration controlactlevel
HL7 V3 Control Act Level Template
enumeration payloadlevel
HL7 V3 Payload Level Template
enumeration datatypelevel
HL7 V2 or V3 Datatype Level Template
enumeration notype
Template type not specified
Used by
Complex Type TemplateProperties
Source
<xs:attribute name="type" type="TemplateTypes" use="required"/>
Attribute TemplateProperties / @format
Namespace No namespace
Type TemplateFormats
Properties
use optional
default hl7v3xml1
Facets
enumeration hl7v3xml1
Template format HL7 V3 XML ITS 1
enumeration hl7v2.5xml
Template format HL7 V2.5 XML ITS 1
enumeration fhirxml
Template format FHIR XML
enumeration vmrxml
Template format vMR CDS XML
Used by
Complex Type TemplateProperties
Source
<xs:attribute name="format" type="TemplateFormats" use="optional" default="hl7v3xml1"/>