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

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

: Occupation - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "Occupation",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-occupation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Occupation</b></p><a name=\"Occupation\"> </a><a name=\"hcOccupation\"> </a><a name=\"Occupation-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 11341-5}, {http://snomed.info/sct 184104002}\">History of Occupation</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>effective</b>: 2021-11-23 --&gt; (ongoing)</p><p><b>performer</b>: <a href=\"Organization-Org1.html\">Organization General Hospital</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 160922003}\">Job details</span></p><p><b>value</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/occupation 22122501}\">Pediaater</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 224361009}\">Type of job</span></p><p><b>value</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/tootamise-liik 501}\">Vabatahtlik töö</span></p></blockquote></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" : "11341-5"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "184104002"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat1"
  },
  "effectivePeriod" : {
    "start" : "2021-11-23"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/Org1"
    }
  ],
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "160922003",
            "display" : "Job details"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/CodeSystem/occupation",
            "code" : "22122501",
            "display" : "Pediaater"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "224361009",
            "display" : "Type of job"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/CodeSystem/tootamise-liik",
            "code" : "501",
            "display" : "Vabatahtlik töö"
          }
        ]
      }
    }
  ]
}