EHMI Addressing Service (EAS)
0.8.1 - ci-build Denmark flag

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

: Example EAS MedCom Messaging Organization - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="example-eas-messaging-organization"/>
  <meta>
    <profile
             value="http://medcomehmi.dk/ig/dk-ehmi-eas/StructureDefinition/eas-messaging-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization example-eas-messaging-organization</b></p><a name="example-eas-messaging-organization"> </a><a name="hcexample-eas-messaging-organization"> </a><a name="example-eas-messaging-organization-da-DK"> </a><p><b>identifier</b>: <code>urn:oid:1.2.208.176.1.1</code>/543210987654321, <code>https://www.gs1.org/gln</code>/5790000121526</p><p><b>name</b>: Example Organization</p><p><b>telecom</b>: <a href="tel:+123456789">+123456789</a>, <a href="mailto:info@example.org">info@example.org</a></p><p><b>address</b>: 123 Example Street Example City 12345 </p><p><b>endpoint</b>: <a href="Endpoint-example-endpoint.html">Endpoint Example FHIR Endpoint</a></p></div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.208.176.1.1"/>
    <value value="543210987654321"/>
  </identifier>
  <identifier>
    <system value="https://www.gs1.org/gln"/>
    <value value="5790000121526"/>
  </identifier>
  <name value="Example Organization"/>
  <telecom>
    <system value="phone"/>
    <value value="+123456789"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="info@example.org"/>
  </telecom>
  <address>
    <line value="123 Example Street"/>
    <city value="Example City"/>
    <postalCode value="12345"/>
  </address>
  <endpoint>🔗 
    <reference value="Endpoint/example-endpoint"/>
  </endpoint>
</Organization>