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-nurse - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-nurse",
  "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-nurse</b></p><a name=\"practitioner-nurse\"> </a><a name=\"hcpractitioner-nurse\"> </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>/49001010015, <code>https://fhir.ee/sid/pro/est/pho</code>/N99876</p><p><b>name</b>: Kari Õde </p><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.ee/ValueSet/erialad N100}, {https://fhir.ee/ValueSet/erialad N300}\">Intensiivõendus</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir.ee/ValueSet/tervishoiutootaja-kutse E500}\">õde</span></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ee/sid/pid/est/ni",
      "value" : "49001010015"
    },
    {
      "system" : "https://fhir.ee/sid/pro/est/pho",
      "value" : "N99876"
    }
  ],
  "name" : [
    {
      "family" : "Õde",
      "given" : [
        "Kari"
      ]
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/ValueSet/erialad",
            "code" : "N100",
            "display" : "Intensiivõendus"
          },
          {
            "system" : "https://fhir.ee/ValueSet/erialad"
          },
          {
            "system" : "https://fhir.ee/ValueSet/erialad",
            "code" : "N300"
          },
          {
            "system" : "https://fhir.ee/ValueSet/erialad",
            "display" : "Terviseõendus"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/ValueSet/tervishoiutootaja-kutse",
            "code" : "E500",
            "display" : "õde"
          }
        ]
      }
    }
  ]
}