{
  "resourceType": "Observation",
  "id": "chr-on-west-ObservationAlcoholUseDrinksConsumed-13003",
  "meta": {
    "lastUpdated": "2024-12-10T16:10:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwObservationAlcoholUseDrinksConsumed"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Alcohol drinks consumed: 2 drinks per occasion as of December 10, 2024.</div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:chr:on-west:123:Observation",
      "value": "13003"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11287-0",
        "display": "Alcoholic drinks per week"
      }
    ],
    "text": "Number of Standard Drinks per Occasion"
  },
  "subject": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "type": "Patient",
    "display": "Sarah Marie Johnson"
  },
  "effectiveDateTime": "2024-12-10T16:10:00Z",
  "valueQuantity": {
    "value": 2,
    "unit": "drinks",
    "system": "http://unitsofmeasure.org",
    "code": "{drinks}"
  }
}