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

: ExamplePatient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "example-patient",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.208.176.1.2",
      "value" : "1234567890"
    }
  ],
  "name" : [
    {
      "family" : "Hansen",
      "given" : [
        "Anna"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1980-05-12"
}