Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element transaction
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_transaction.tmp#transaction_idDECOR_xsd_Attribute_canonicalUri.tmp#canonicalUriDECOR_xsd_Element_transaction.tmp#transaction_modelDECOR_xsd_Element_transaction.tmp#transaction_labelDECOR_xsd_Element_transaction.tmp#transaction_typeDECOR_xsd_Attribute_Group_VersionHandling.tmp#VersionHandlingDECOR_xsd_Element_transaction.tmp#transaction_statusCodeDECOR_xsd_Attribute_Group_DatasetCompilationAttributes.tmp#DatasetCompilationAttributesDECOR_xsd_Element_transaction.tmp#transaction_nameDECOR_xsd_Element_transaction.tmp#transaction_descDECOR_xsd_Element_transaction.tmp#transaction_triggerDECOR_xsd_Element_transaction.tmp#transaction_conditionDECOR_xsd_Element_transaction.tmp#transaction_dependenciesDECOR_xsd_Element_transaction.tmp#transaction_publishingAuthorityDECOR_xsd_Element_transaction.tmp#transaction_propertyDECOR_xsd_Element_transaction.tmp#transaction_copyrightDECOR_xsd_Element_transaction.tmp#transaction_actorsDECOR_xsd_Element_representingTemplate.tmp#representingTemplateDECOR_xsd_Element_transaction.tmp#transaction
Properties
content complex
Used by
Elements scenario, transaction
Model
Children actors, condition, copyright, dependencies, desc, name, property, publishingAuthority, representingTemplate, transaction, trigger
Instance
<transaction canonicalUri="" effectiveDate="" expirationDate="" id="" iddisplay="" ident="" label="" lastModifiedDate="" model="" officialReleaseDate="" prefix="" referencedFrom="" shortName="" statusCode="" type="" url="" versionLabel="">
  <name language="en-US" lastTranslated="">{1,unbounded}</name>
  <desc language="" lastTranslated="" mimeType="">{0,unbounded}</desc>
  <trigger id="" language="" lastTranslated="" mimeType="">{0,unbounded}</trigger>
  <condition language="" lastTranslated="" mimeType="">{0,unbounded}</condition>
  <dependencies language="" lastTranslated="" mimeType="">{0,unbounded}</dependencies>
  <publishingAuthority id="" inherited="" name="">{0,1}</publishingAuthority>
  <property datatype="text" name="">{0,unbounded}</property>
  <copyright inherited="" language="" lastTranslated="" mimeType="">{0,unbounded}</copyright>
  <actors>{1,1}</actors>
  <representingTemplate displayName="" flexibility="" ref="" sourceDataset="" sourceDatasetFlexibility="">{0,1}</representingTemplate>
  <transaction canonicalUri="" effectiveDate="" expirationDate="" id="" iddisplay="" ident="" label="" lastModifiedDate="" model="" officialReleaseDate="" prefix="" referencedFrom="" shortName="" statusCode="" type="" url="" versionLabel="">{0,unbounded}</transaction>
</transaction>
Attributes
QName Type Use Annotation
canonicalUri xs:anyURI optional
HL7® FHIR® canonical URI. Logical URI to reference this StructureDefinition, logical model, value set, etc. (globally unique)
HL7® FHIR® canonical URI. Logical URI to reference this StructureDefinition, logical model, value set, etc. (globally unique)
HL7® FHIR® kanonieke URI. Logische URI om te verwijzen naar deze StructureDefinition, dit logisch model, waardelijst, etc. (wereldwijd uniek)
effectiveDate TimeStampNoTimezone required
Identifies the effective date of the version of the object.
expirationDate TimeStampNoTimezone optional
Identifies the expiration date of the version of the object.
id Oid required
Globally and persistently unique identifier
iddisplay xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the calculated display name for the value in @id
ident ShortDescriptiveName optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project @prefix of the project that defines the dataset, template, or value set
label xs:NCName optional
Constitutes the value for the schematron file with the project prefix (//project/@prefix)
lastModifiedDate TimeStampNoTimezone optional
Identifies last point in time that the object was changed.
model xs:NCName optional
Root element name for the XML structure without namespace prefix that represents this transaction. For HL7 V3 messaging this could be REPC_IN004410UV, for HL7 V2 messaging this could be ADT_A01
officialReleaseDate TimeStampNoTimezone optional
Identifies the official release date of the version of the object.
prefix optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project prefix for the dataset (ref)
referencedFrom ShortDescriptiveName optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project @prefix of the project that referenced the dataset, template, or value set (normally current project)
shortName xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the short name for the dataset
statusCode ItemStatusCodeLifeCycle optional
type TransactionType required
url xs:anyURI optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the services URL useful in retrieving the dataset, template, or value set
versionLabel ShortDescriptiveName optional
A human readable version number or version label for convenient human rendition; not used by an application.
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'
Source
<xs:element name="transaction">
  <xs:complexType>
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Transaction group or singular transaction</xs:documentation>
      <xs:documentation xml:lang="nl-NL">Transactiegroep of enkelvoudige transactie</xs:documentation>
    </xs:annotation>
    <xs:sequence minOccurs="0">
      <xs:sequence>
        <xs:element name="name" type="BusinessNameWithLanguage" minOccurs="1" maxOccurs="unbounded"/>
        <xs:element name="desc" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="trigger" type="TransactionTrigger" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="condition" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="dependencies" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="publishingAuthority" type="AuthorityType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation xml:lang="en-US">The authoritative body who has reviewed the Transaction for (clinical) accuracy and relevance, and authorized it for publication. Registries may require this element to be valued</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="property" type="ArbitraryPropertyType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation xml:lang="en-US">Transaction properties</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="copyright" minOccurs="0" maxOccurs="unbounded" type="CopyrightText">
          <xs:annotation>
            <xs:documentation xml:lang="en-US">A copyright statement relating to the transaction and/or its contents.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:choice>
        <xs:sequence>
          <xs:element name="actors" type="ActorsReference" minOccurs="1" maxOccurs="1"/>
          <xs:element ref="representingTemplate" minOccurs="0"/>
        </xs:sequence>
        <xs:element ref="transaction" minOccurs="0" maxOccurs="unbounded"/>
      </xs:choice>
    </xs:sequence>
    <!-- Deprecated. Having a name element and a @displayName attribute makes no sense. Was not in use at deprecation time -->
    <!--xs:attribute name="displayName" type="ShortDescriptiveName" use="optional">
                <xs:annotation>
                    <xs:documentation xml:lang="en-US">Display name for this transaction</xs:documentation>
                </xs:annotation>
            </xs:attribute-->
    <xs:attribute name="id" use="required" type="Oid">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Globally and persistently unique identifier</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="canonicalUri" use="optional"/>
    <xs:attribute name="model" type="xs:NCName">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Root element name for the XML structure without namespace prefix that represents this transaction. For HL7 V3 messaging this could be REPC_IN004410UV, for HL7 V2 messaging this could be ADT_A01</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="label" type="xs:NCName">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Constitutes the value for the schematron file with the project prefix (//project/@prefix)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="TransactionType" use="required"/>
    <xs:attributeGroup ref="VersionHandling"/>
    <xs:attribute name="statusCode" type="ItemStatusCodeLifeCycle" use="optional"/>
    <!-- Only relevant after compilation -->
    <xs:attributeGroup ref="DatasetCompilationAttributes"/>
  </xs:complexType>
</xs:element>
Element transaction / name
Namespace No namespace
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage_lastTranslatedDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage
Type BusinessNameWithLanguage
Properties
content complex
minOccurs 1
maxOccurs unbounded
mixed true
Attributes
QName Type Default Use Annotation
language LanguageCode en-US optional
Indicates the language in which the business name is expressed
UML: Part of a complex tag value
DublinCore: Language
Alpha
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
Source
<xs:element name="name" type="BusinessNameWithLanguage" minOccurs="1" maxOccurs="unbounded"/>
Element transaction / desc
Namespace No namespace
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_VariousMixedContent.tmp#VariousMixedContentDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_lastTranslatedDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_mimeTypeDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage
Type FreeFormMarkupWithLanguage
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
language LanguageCode optional
Indicates the language in which the marked up text is expressed
UML: part of a complex stereotype tag
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
mimeType MimeType optional
Indicates the mime type in which the data is expressed. If not specified, applications SHALL interpret the content based on other context or
specific application rules. Applications that do not recognize content SHALL retain it unchanged.
UML: Part of a complex tag
Source
<xs:element name="desc" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
Element transaction / trigger
Namespace No namespace
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_VariousMixedContent.tmp#VariousMixedContentDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_lastTranslatedDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_mimeTypeDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguageDECOR_xsd_Complex_Type_TransactionTrigger.tmp#TransactionTrigger_idDECOR_xsd_Complex_Type_TransactionTrigger.tmp#TransactionTrigger
Type TransactionTrigger
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
id xs:NCName optional
language LanguageCode optional
Indicates the language in which the marked up text is expressed
UML: part of a complex stereotype tag
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
mimeType MimeType optional
Indicates the mime type in which the data is expressed. If not specified, applications SHALL interpret the content based on other context or
specific application rules. Applications that do not recognize content SHALL retain it unchanged.
UML: Part of a complex tag
Source
<xs:element name="trigger" type="TransactionTrigger" minOccurs="0" maxOccurs="unbounded"/>
Element transaction / condition
Namespace No namespace
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_VariousMixedContent.tmp#VariousMixedContentDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_lastTranslatedDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_mimeTypeDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage
Type FreeFormMarkupWithLanguage
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
language LanguageCode optional
Indicates the language in which the marked up text is expressed
UML: part of a complex stereotype tag
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
mimeType MimeType optional
Indicates the mime type in which the data is expressed. If not specified, applications SHALL interpret the content based on other context or
specific application rules. Applications that do not recognize content SHALL retain it unchanged.
UML: Part of a complex tag
Source
<xs:element name="condition" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
Element transaction / dependencies
Namespace No namespace
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_VariousMixedContent.tmp#VariousMixedContentDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_lastTranslatedDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_mimeTypeDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage
Type FreeFormMarkupWithLanguage
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
language LanguageCode optional
Indicates the language in which the marked up text is expressed
UML: part of a complex stereotype tag
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
mimeType MimeType optional
Indicates the mime type in which the data is expressed. If not specified, applications SHALL interpret the content based on other context or
specific application rules. Applications that do not recognize content SHALL retain it unchanged.
UML: Part of a complex tag
Source
<xs:element name="dependencies" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
Element transaction / publishingAuthority
Namespace No namespace
Annotations
The authoritative body who has reviewed the Transaction for (clinical) accuracy and relevance, 
and authorized it for publication. Registries may require this element to be valued
Diagram
DiagramDECOR_xsd_Complex_Type_AuthorityType.tmp#AuthorityType_idDECOR_xsd_Complex_Type_AuthorityType.tmp#AuthorityType_nameDECOR_xsd_Attribute_Group_PublicationAuthorityCompilationAttributes.tmp#PublicationAuthorityCompilationAttributesDECOR_xsd_Element_addrLine.tmp#addrLineDECOR_xsd_Complex_Type_AuthorityType.tmp#AuthorityType
Type AuthorityType
Properties
content complex
minOccurs 0
maxOccurs 1
mixed true
Model
Children addrLine
Instance
<publishingAuthority id="" inherited="" name="">
  <addrLine type="">{0,unbounded}</addrLine>
</publishingAuthority>
Attributes
QName Type Use Annotation
id Oid optional
Id of the authority/organisation/person
inherited optional
name NonEmptyString required
Name of the authority/organisation/person
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'
Source
<xs:element name="publishingAuthority" type="AuthorityType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The authoritative body who has reviewed the Transaction for (clinical) accuracy and relevance, and authorized it for publication. Registries may require this element to be valued</xs:documentation>
  </xs:annotation>
</xs:element>
Element transaction / property
Namespace No namespace
Annotations
Transaction properties
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_VariousMixedContent.tmp#VariousMixedContentDECOR_xsd_Complex_Type_ArbitraryPropertyType.tmp#ArbitraryPropertyType_nameDECOR_xsd_Complex_Type_ArbitraryPropertyType.tmp#ArbitraryPropertyType_datatypeDECOR_xsd_Complex_Type_ArbitraryPropertyType.tmp#ArbitraryPropertyType
Type ArbitraryPropertyType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Attributes
QName Type Default Use Annotation
datatype DataSetValueType text optional
name NonEmptyString optional
Name of the property.
Source
<xs:element name="property" type="ArbitraryPropertyType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Transaction properties</xs:documentation>
  </xs:annotation>
</xs:element>
Element transaction / copyright
Namespace No namespace
Annotations
Diagram
Type CopyrightText
Type hierarchy
Properties
Model
Attributes
Source
Element transaction / actors
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_ActorsReference.tmp#ActorsReference_actorDECOR_xsd_Complex_Type_ActorsReference.tmp#ActorsReference
Type ActorsReference
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children actor
Instance
<actors>
  <actor id="" role="">{1,unbounded}</actor>
</actors>
Source
<xs:element name="actors" type="ActorsReference" minOccurs="1" maxOccurs="1"/>
Attribute transaction / @id
Namespace No namespace
Annotations
Globally and persistently unique identifier
Type Oid
Properties
use required
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Element transaction
Source
<xs:attribute name="id" use="required" type="Oid">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Globally and persistently unique identifier</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute transaction / @model
Namespace No namespace
Annotations
Root element name for the XML structure without namespace prefix that represents this transaction. For HL7 V3 messaging this could be REPC_IN004410UV, for HL7 V2 messaging this could be ADT_A01
Type xs:NCName
Properties
content simple
Used by
Element transaction
Source
<xs:attribute name="model" type="xs:NCName">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Root element name for the XML structure without namespace prefix that represents this transaction. For HL7 V3 messaging this could be REPC_IN004410UV, for HL7 V2 messaging this could be ADT_A01</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute transaction / @label
Namespace No namespace
Annotations
Constitutes the value for the schematron file with the project prefix (//project/@prefix)
Type xs:NCName
Properties
content simple
Used by
Element transaction
Source
<xs:attribute name="label" type="xs:NCName">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Constitutes the value for the schematron file with the project prefix (//project/@prefix)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute transaction / @type
Namespace No namespace
Type TransactionType
Type hierarchy
Properties
use required
Facets
maxLength 128
enumeration group
A transaction of type 'group' groups transactions of other types
enumeration initial
A transaction of type 'initial' says that this is the transaction that is initially sent, and usually invokes a response. This transaction type
requires at least a 'sender' and a 'receiver' actor.
enumeration back
A transaction of type 'back' says that this transaction is sent in response to another transaction that preceded this one. Transactions of type
'back' may invoke a new transaction, but this is again of type initial. This transaction type requires at least a 'sender' and a 'receiver' actor.
enumeration stationary
A transaction of type 'stationary' says that this transaction does not involve communication, but rather the local registration/administration of
data. Transactions of type 'stationary' do not invoke new transaction. This transaction type requires exactly one 'sender' actor.
Used by
Element transaction
Source
<xs:attribute name="type" type="TransactionType" use="required"/>
Attribute transaction / @statusCode
Namespace No namespace
Type ItemStatusCodeLifeCycle
Type hierarchy
Properties
use optional
Facets
maxLength 50
enumeration new
Item just created and is new and work in progress to become a draft/finalized item/issue. Beyond the author, nobody should look at this
item/issue unless it's status code is draft or finalized.
enumeration draft
Item is draft
enumeration pending
Item is in pre-publication review: the item is complete, pending appropriate review.
enumeration final
Item finalized, ready for approval
enumeration rejected
Item is rejected
enumeration cancelled
Item is cancelled
enumeration deprecated
Item is deprecated, i.e. item should be avoided to be used, typically because it will be or has been superseded
Used by
Element transaction
Source
<xs:attribute name="statusCode" type="ItemStatusCodeLifeCycle" use="optional"/>