{
  "resourceType" : "Observation",
  "id" : "Fall1-Raucherstatus",
  "meta" : {
    "profile" : ["https://gematik.de/fhir/isik/StructureDefinition/ISiKRaucherStatus"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Fall1-Raucherstatus</b></p><a name=\"Fall1-Raucherstatus\"> </a><a name=\"hcFall1-Raucherstatus\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=de.gematik.isik@5.1.1&amp;canonical=https://gematik.de/fhir/isik/StructureDefinition/ISiKRaucherStatus\">ISiK Raucherstatus</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 77176002}, {http://loinc.org 72166-2}\">Smoker</span></p><p><b>subject</b>: <a href=\"Patient-Fall1-Patient-Erika-Neumann.html\">Erika Neumann  Female, DoB: 1966-03-12 ( http://fhir.bih-charite.de/sid/patient-id#SENO-2025-001)</a></p><p><b>effective</b>: 2024-01-15</p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA18978-9}\">Never smoker</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "77176002",
      "display" : "Smoker"
    },
    {
      "system" : "http://loinc.org",
      "code" : "72166-2",
      "display" : "Tobacco smoking status"
    }]
  },
  "subject" : {
    "reference" : "Patient/Fall1-Patient-Erika-Neumann"
  },
  "effectiveDateTime" : "2024-01-15",
  "valueCodeableConcept" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "LA18978-9",
      "display" : "Never smoker"
    }]
  }
}