DK EHMI SBDH IG
1.0.2 - release Denmark flag

DK EHMI SBDH IG, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.0.2 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

: Eksempel Henvisnings-Bundle v1 - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="example-referral-bundle-v1"/>
  <type value="message"/>
  <entry>
    <fullUrl value="/MessageHeader/example-header-v1"/>
    <resource>
      <MessageHeader>
        <id value="example-header-v1"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="MessageHeader_example-header-v1"> </a><p class="res-header-id"><b>Generated Narrative: MessageHeader example-header-v1</b></p><a name="example-header-v1"> </a><a name="hcexample-header-v1"> </a><p><b>event</b>: message-events: referral (referral)</p><h3>Destinations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Endpoint</b></td></tr><tr><td style="display: none">*</td><td>urn:oid:1.2.208.176.1.2</td></tr></table><h3>Sources</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Endpoint</b></td></tr><tr><td style="display: none">*</td><td>urn:oid:1.2.208.176.1.1</td></tr></table><p><b>definition</b>: <code>http://medcomehmi.dk/ig/dk-ehmi-sbdh/MessageDefinition/ReferralMessageV1|1.0.0</code></p></div>
        </text>
        <eventCoding>
          <system
                  value="http://medcomehmi.dk/ig/dk-ehmi-sbdh/message-events"/>
          <code value="referral"/>
        </eventCoding>
        <destination>
          <endpoint value="urn:oid:1.2.208.176.1.2"/>
        </destination>
        <source>
          <endpoint value="urn:oid:1.2.208.176.1.1"/>
        </source>
        <definition
                    value="http://medcomehmi.dk/ig/dk-ehmi-sbdh/MessageDefinition/ReferralMessageV1|1.0.0"/>
      </MessageHeader>
    </resource>
  </entry>
  <entry>
    <fullUrl value="/Patient/example-patient"/>
    <resource>
      <Patient>
        <id value="example-patient"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Patient_example-patient"> </a><p class="res-header-id"><b>Generated Narrative: Patient example-patient</b></p><a name="example-patient"> </a><a name="hcexample-patient"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Anna Hansen  Kvinde, DoB: 1980-05-12 ( urn:oid:1.2.208.176.1.2#1234567890)</p><hr/></div>
        </text>
        <identifier>
          <system value="urn:oid:1.2.208.176.1.2"/>
          <value value="1234567890"/>
        </identifier>
        <name>
          <family value="Hansen"/>
          <given value="Anna"/>
        </name>
        <gender value="female"/>
        <birthDate value="1980-05-12"/>
      </Patient>
    </resource>
  </entry>
</Bundle>