DK MedCom Carecommunication
4.0.0 - release Denmark flag

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

: Example of a reciever organization with a SOR and an EAN identifier. - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ae899cbd-933b-4581-9a16-bd2da73f06a0",
  "meta" : {
    "profile" : [
      🔗 "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ae899cbd-933b-4581-9a16-bd2da73f06a0</b></p><a name=\"ae899cbd-933b-4581-9a16-bd2da73f06a0\"> </a><a name=\"hcae899cbd-933b-4581-9a16-bd2da73f06a0\"> </a><a name=\"ae899cbd-933b-4581-9a16-bd2da73f06a0-da-DK\"> </a><p><b>identifier</b>: <code>https://www.gs1.org/gln</code>/5790001348120, <code>urn:oid:1.2.208.176.1.1</code>/953741000016009</p><p><b>name</b>: Plejecenter Herlev</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.gs1.org/gln",
      "value" : "5790001348120"
    },
    {
      "system" : "urn:oid:1.2.208.176.1.1",
      "value" : "953741000016009"
    }
  ],
  "name" : "Plejecenter Herlev"
}