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 EDN Business Message Envelope 1 2 Xsd

ehmiSBDH profile of SBDH BinaryContentType

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

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://peppol.eu/xsd/ticc/envelope/1.0"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://peppol.eu/xsd/ticc/envelope/1.0"
  elementFormDefault="qualified"
  attributeFormDefault="unqualified">
  <xs:element name="BinaryContent" type="BinaryContentType"/>
  <xs:complexType name="BinaryContentType">
    <xs:simpleContent>
      <xs:extension base="xs:base64Binary">
        <xs:attribute name="mimeType" use="required">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="application/fhir+json"/>
              <xs:enumeration value="application/fhir+xml"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
  a     <xs:attribute name="encoding">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="UTF-8"/>
              <xs:enumeration value="ISO-8859-1"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:schema>