• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType" : "Observation",
3  "id" : "alcoholic-drinks-per-day",
4  "meta" : {
5    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|7.0.0"]
6  },
7  "text" : {
8    "status" : "generated",
9    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"alcoholic-drinks-per-day\"> </a><a name=\"hcalcoholic-drinks-per-day\"> </a></p><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\">Resource Observation &quot;alcoholic-drinks-per-day&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-simple-observation.html\">US Core Simple Observation Profile (version 7.0.0)</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Social History <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: Alcoholic drinks per day <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#74013-4)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> &quot; SHAW&quot;</p><p><b>effective</b>: 2023-08-03</p><p><b>performer</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> &quot; SHAW&quot;</p><p><b>value</b>: 0 # per day</p></div>"
10  },
11  "status" : "final",
12  "category" : [{
13    "coding" : [{
14      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
15      "code" : "social-history",
16      "display" : "Social History"
17    }],
18    "text" : "Social History"
19  }],
20  "code" : {
21    "coding" : [{
22      "system" : "http://loinc.org",
23      "code" : "74013-4",
24      "display" : "Alcoholic drinks per day"
25    }],
26    "text" : "Alcoholic drinks per day"
27  },
28  "subject" : {
29    "reference" : "Patient/example",
30    "display" : "Amy Shaw"
31  },
32  "effectiveDateTime" : "2023-08-03",
33  "performer" : [{
34    "reference" : "Patient/example",
35    "display" : "Amy Shaw"
36  }],
37  "valueQuantity" : {
38    "value" : 0,
39    "unit" : "# per day"
40  }
41}