{
  "resourceType" : "Observation",
  "id" : "alcoholic-drinks-per-day",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|9.0.0-ballot"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation alcoholic-drinks-per-day</b></p><a name=\"alcoholic-drinks-per-day\"> </a><a name=\"hcalcoholic-drinks-per-day\"> </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=\"StructureDefinition-us-core-simple-observation.html\">US Core Simple Observation Profileversion: null9.0.0-ballot)</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 74013-4}\">Alcoholic drinks per day</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy Shaw</a></p><p><b>effective</b>: 2023-08-03</p><p><b>performer</b>: <a href=\"Patient-example.html\">Amy Shaw</a></p><p><b>value</b>: 0 # per day</p></div>"
  },
  "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" : "74013-4",
      "display" : "Alcoholic drinks per day"
    }],
    "text" : "Alcoholic drinks per day"
  },
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Amy Shaw"
  },
  "effectiveDateTime" : "2023-08-03",
  "performer" : [{
    "reference" : "Patient/example",
    "display" : "Amy Shaw"
  }],
  "valueQuantity" : {
    "value" : 0,
    "unit" : "# per day"
  }
}