{
  "resourceType": "Observation",
  "id": "0-tobacco-use",
  "meta": {
    "profile": [
      "https://fhir.bbmri.de/StructureDefinition/TobaccoUse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: 0-tobacco-use</p><p><b>meta</b>: </p><p></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 72166-2}\">Tobacco smoking status</span></p><p><b>subject</b>: <a href=\"Patient-0.html\">Generated Summary: id: 0; gender: male; birthDate: 1989-11-18; deceased: Jan 27, 2009, 12:00:00 AM</a></p><p><b>effective</b>: Jun 17, 2005, 12:00:00 AM</p><p><b>value</b>: <span title=\"Codes: {http://loinc.org LA18977-1}\">Current some day smoker</span></p></div>"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72166-2"
      }
    ]
  },
  "subject": {
    "reference": "Patient/0"
  },
  "effectiveDateTime": "2005-06-17",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA18977-1"
      }
    ]
  }
}