Patsiendi üldandmete teenus / Master Patient Index
1.1.1 - trial-use Estonia flag

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

: EducationLevel - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "EducationLevel",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-education-level"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation EducationLevel</b></p><a name=\"EducationLevel\"> </a><a name=\"hcEducationLevel\"> </a><a name=\"EducationLevel-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social history</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82589-3}, {http://snomed.info/sct 105421008}\">Highest level of education</span></p><p><b>subject</b>: <a href=\"Patient-pat1.html\">Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)</a></p><p><b>issued</b>: 1995-06-21 00:00:00+0200</p><p><b>value</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/omandatud-korgeim-haridus A6}\">Bachelor's or equivalent level education level</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "social-history",
          "display" : "Social history"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "82589-3"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "105421008"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat1"
  },
  "issued" : "1995-06-21T00:00:00+02:00",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://fhir.ee/CodeSystem/omandatud-korgeim-haridus",
        "code" : "A6"
      }
    ]
  }
}