Patsientide üldandmete teenus / Master Patient Index
1.0.0 - ballot Estonia flag

Patsientide üldandmete teenus / Master Patient Index - Local Development build (v1.0.0). See the Directory of published versions

: Occupation - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "Occupation",
  "meta" : {
    "profile" : [
      "https://fhir.ee/StructureDefinition/ee-mpi-socialhistory-occupation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"Occupation\"> </a></p><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\">Resource Observation &quot;Occupation&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-mpi-socialhistory-occupation.html\">EE MPI SocialHistory Occupation</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Social history <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: History of Occupation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#11341-5; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#184104002)</span></p><p><b>subject</b>: <a href=\"Patient-pat1.html\">Patient/pat1</a> &quot; BOSSENKO&quot;</p><p><b>effective</b>: 2021-11-23 --&gt; (ongoing)</p><p><b>performer</b>: <a href=\"Organization-Org1.html\">Organization/Org1</a> &quot;Kodality General Hospital&quot;</p><blockquote><p><b>component</b></p><p><b>code</b>: Job details <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#160922003)</span></p><p><b>value</b>: Pediaater <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"file:///Users/igor/source/hl7/ig-ee-base/output/CodeSystem-ee-occupation.html\">Classification of Occupations</a>#22122501)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Type of job <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#224361009)</span></p><p><b>value</b>: Sedentary job <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#160923008)</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/ee-occupation",
            "code" : "22122501",
            "display" : "Pediaater"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "224361009",
            "display" : "Type of job"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "160923008",
            "display" : "Sedentary job"
          }
        ]
      }
    }
  ]
}