Service Provider Directory
0.1.0 - trial-use Estonia flag

Service Provider Directory, published by TEHIK. 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/TEHIK-EE/ig-ee-spd/ and changes regularly. See the Directory of published versions

: practitioner-doctor - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-doctor",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/StructureDefinition/ee-spd-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-doctor</b></p><a name=\"practitioner-doctor\"> </a><a name=\"hcpractitioner-doctor\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-spd-practitioner.html\">EE SPD Practitioner</a></p></div><p><b>identifier</b>: <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>/38201010015, <code>https://fhir.ee/sid/pro/est/pho</code>/D99876</p><p><b>name</b>: Toktor Arst </p><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.ee/ValueSet/erialad E260}\">ortopeedia</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\"/></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.ee/ValueSet/erialad E140}\">E140</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\">gastroenteroloogia</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.ee/ValueSet/tervishoiutootaja-kutse E600}\">arst</span></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ee/sid/pid/est/ni",
      "value" : "38201010015"
    },
    {
      "system" : "https://fhir.ee/sid/pro/est/pho",
      "value" : "D99876"
    }
  ],
  "name" : [
    {
      "family" : "Arst",
      "given" : [
        "Toktor"
      ]
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/ValueSet/erialad",
            "code" : "E260",
            "display" : "ortopeedia"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/ValueSet/erialad"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/ValueSet/erialad",
            "code" : "E140"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/ValueSet/erialad",
            "display" : "gastroenteroloogia"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/ValueSet/tervishoiutootaja-kutse",
            "code" : "E600",
            "display" : "arst"
          }
        ]
      }
    }
  ]
}