Estonian Base Implementation Guide
1.1.1 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: PractitionerN99876 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "N99876",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/base/StructureDefinition/ee-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner N99876</b></p><a name=\"N99876\"> </a><a name=\"hcN99876\"> </a><a name=\"N99876-en-US\"> </a><p><b>identifier</b>: <code>https://fhir.ee/sid/pro/est/pho</code>/N99876, <a href=\"https://fhir.ee/packages/terminology/0.2.2/site/NamingSystem-pid-est-ni.html\" title=\"The personal national identification code of Estonian citizens and residents.\">Estonian Personal National Identification Code</a>/38001010015</p><p><b>active</b>: true</p><p><b>name</b>: Kari Õde </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 RN}\">Registered Nurse</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ee/sid/pro/est/pho",
      "value" : "N99876"
    },
    {
      "system" : "https://fhir.ee/sid/pid/est/ni",
      "value" : "38001010015"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Õde",
      "given" : [
        "Kari"
      ]
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code" : "RN",
            "display" : "Registered Nurse"
          }
        ]
      }
    }
  ]
}