DK EHMI SBDH IG
0.91.0 - ci-build Denmark flag

DK EHMI SBDH IG, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 0.91.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-ehmi-sbdh/ and changes regularly. See the Directory of published versions

Ehmi SBDH Document Identification Xsd

ehmiSBDH profile of SBDH DocumentIdentification

Link to the raw xsd (opens in a new window)

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader"
    xmlns="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader"
    elementFormDefault="qualified" attributeFormDefault="unqualified">

  <xs:complexType name="ehmiDocumentIdentification">
    <xs:sequence>
      <xs:element name="Standard" type="DocumentInformationStandardType"/>
      <xs:element name="TypeVersion" type="xs:string"/>
      <xs:element name="InstanceIdentifier" type="xs:string"/>
      <xs:element name="Type" type="xs:string" default="Bundle"/>
      <xs:element name="MultipleType" type="xs:boolean" minOccurs="0" fixed="false"/>
      <xs:element name="CreationDateAndTime" type="xs:dateTime"/>
    </xs:sequence>
  </xs:complexType>
  <xs:simpleType name="DocumentInformationStandardType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="homecareobservation-message"/>
      <xs:enumeration value="acknowledgement-message"/>
      <xs:enumeration value="ebbp-signals"/>
    </xs:restriction>
  </xs:simpleType>
</xs:schema>