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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "example-eas-messaging-organization",
  "meta" : {
    "profile" : [
      🔗 "http://medcomehmi.dk/ig/dk-ehmi-eas/StructureDefinition/eas-messaging-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.208.176.1.1",
      "value" : "543210987654321"
    },
    {
      "system" : "https://www.gs1.org/gln",
      "value" : "5790000121526"
    }
  ],
  "name" : "Example Organization",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+123456789"
    },
    {
      "system" : "email",
      "value" : "info@example.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "123 Example Street"
      ],
      "city" : "Example City",
      "postalCode" : "12345"
    }
  ],
  "endpoint" : [
    {
      🔗 "reference" : "Endpoint/example-endpoint"
    }
  ]
}