{
  "resourceType": "Observation",
  "id": "zib-alcoholuse-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><caption>Observatie/bepaling. Subject: Johan XXX_Helleman. Id: 18cc8831-8fdf-11ec-2010-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Status: definitief</caption><tbody><tr><th>Bepalingdatum/tijd</th><td>Vanaf 1980</td></tr><tr><th>Code</th><th>Waarde</th></tr><tr><td><span title=\"Finding relating to alcohol drinking behavior (finding) (228273003 - SNOMED CT)\">Finding relating to alcohol drinking behavior (finding)</span></td><td><span title=\"Current drinker of alcohol (219006 - SNOMED CT)\">Current drinker of alcohol</span></td></tr><tr><td><span title=\"Alcohol intake (observable entity) (160573003 - SNOMED CT)\">Alcohol intake (observable entity)</span></td><td>4 glasses per week</td></tr></tbody></table></div>"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "18cc8831-8fdf-11ec-2010-020000000000"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "228273003",
        "display": "Finding relating to alcohol drinking behavior (finding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/nl-core-patient-01",
    "display": "Johan XXX_Helleman"
  },
  "effectivePeriod": {
    "start": "1980"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "219006",
        "display": "Current drinker of alcohol"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "160573003",
            "display": "Alcohol intake (observable entity)"
          }
        ]
      },
      "valueQuantity": {
        "value": 4,
        "unit": "glasses per week",
        "system": "http://unitsofmeasure.org",
        "code": "{glasses}/wk"
      }
    }
  ]
}