{
  "resourceType": "Observation",
  "id": "s4h-occupation-observation-example",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-observation-base"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ],
      "text": "Social History"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85658-3",
        "display": "Occupation Type"
      }
    ],
    "text": "Occupation Type"
  },
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "effectiveDateTime": "2019-07-27",
  "valueString": "Baker"
}