Estonian Base Implementation Guide
1.0.0 - ballot Estonia flag

Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Qualification - JSON Representation

Active as of 2023-05-29

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ee-degree-license-certificate",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0360.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0360</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Estonian (et)</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0360.html#v2-0360-PN\">PN</a></td><td>Advanced Practice Nurse</td><td>Advanced Practice Nurse</td><td>Eriõde</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0360.html#v2-0360-RN\">RN</a></td><td>Registered Nurse</td><td>Registered Nurse</td><td>Õde</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.ee/ValueSet/ee-degree-license-certificate",
  "version" : "1.0.0",
  "name" : "EEBaseDegreeLicenseCertificate",
  "title" : "Qualification",
  "status" : "active",
  "experimental" : true,
  "date" : "2023-05-29T20:07:00+03:00",
  "publisher" : "HL7 Estonia",
  "contact" : [
    {
      "name" : "HL7 Estonia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ee"
        }
      ]
    }
  ],
  "description" : "Qualification based on the education",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
        "concept" : [
          {
            "code" : "PN",
            "designation" : [
              {
                "language" : "et",
                "value" : "Eriõde"
              }
            ]
          },
          {
            "code" : "RN",
            "designation" : [
              {
                "language" : "et",
                "value" : "Õde"
              }
            ]
          }
        ]
      }
    ]
  }
}