0.1.0 - ci-build

NordicHackathon2025, published by Vadim Peretokin. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/vadi2/nordic-hackathon-2025-ig/ and changes regularly. See the Directory of published versions

: maria-54321 - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "maria-54321",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner maria-54321</b></p><a name=\"maria-54321\"> </a><a name=\"hcmaria-54321\"> </a><p><b>active</b>: true</p><p><b>name</b>: Dr. Maria Sundström</p><p><b>telecom</b>: <a href=\"tel:+46709876543\">+46709876543</a>, <a href=\"mailto:maria.sundstrom@example.org\">maria.sundstrom@example.org</a></p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Medical Doctor</span></td></tr></table></div>"
  },
  "active" : true,
  "name" : [
    {
      "text" : "Dr. Maria Sundström",
      "family" : "Sundström",
      "given" : [
        "Maria"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+46709876543",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "maria.sundstrom@example.org",
      "use" : "work"
    }
  ],
  "gender" : "female",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code" : "MD",
            "display" : "Doctor of Medicine"
          }
        ],
        "text" : "Medical Doctor"
      }
    }
  ]
}