Implementation Guide
23.0.0 - R4 APIs

Publish Box goes here

: Observation Example supporting US Core Observation Occupation Profile - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "occupation-Example1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-occupation"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-observation-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation occupation-Example1</b></p><a name=\"occupation-Example1\"> </a><a name=\"hcoccupation-Example1\"> </a><a name=\"occupation-Example1-en-US\"> </a><p><b>identifier</b>: Unspecified Identifier/occupation-Example1</p><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}\">History of Occupation</span></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>effective</b>: 2023-08-22 02:46:06-0700 --&gt; (ongoing)</p><p><b>value</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/occupation 0010-3550}\">Management,  Business, Science, and Arts Occupations:</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 86188-0}\">History of Occupation Industry</span></td><td><span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/occupationIndustry 0170-0490}\">Agriculture, Forestry, Fishing, and Hunting, and Mining</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "U",
            "display" : "Unspecified Identifier"
          }
        ],
        "text" : "Unspecified Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ObservationId/1000-4-9390",
      "value" : "occupation-Example1"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "social-history"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11341-5",
        "display" : "History of Occupation"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "effectivePeriod" : {
    "start" : "2023-08-22T02:46:06-07:00"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/occupation",
        "code" : "0010-3550",
        "display" : "Management,  Business, Science, and Arts Occupations:"
      }
    ],
    "text" : "Management,  Business, Science, and Arts Occupations:"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "86188-0",
            "display" : "History of Occupation Industry"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/occupationIndustry",
            "code" : "0170-0490",
            "display" : "Agriculture, Forestry, Fishing, and Hunting, and Mining"
          }
        ],
        "text" : "Agriculture, Forestry, Fishing, and Hunting, and Mining"
      }
    }
  ]
}