• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Observation",
3  "id": "observation-7",
4  "status": "final",
5  "category": [
6    {
7      "coding": [
8        {
9          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
10          "code": "social-history",
11          "display": "Social History"
12        }
13      ],
14      "text": "Social History"
15    }
16  ],
17  "code": {
18    "coding": [
19      {
20        "system": "http://loinc.org",
21        "code": "72166-2",
22        "display": "Tobacco smoking status"
23      }
24    ],
25    "text": "Tobacco smoking status"
26  },
27  "subject": {
28    "reference": "Patient/patient-1",
29    "display": "Example, Anne"
30  },
31  "valueString": "Current smoker with 20 pack-year history",
32  "encounter": {
33    "reference": "Encounter/encounter-unk",
34    "display": "GP appointment"
35  },
36  "effectiveDateTime": "2015-10-09T14:58:00Z",
37  "issued": "2015-10-09T14:58:00Z",
38  "performer": [
39    {
40      "display": "Dr Jose Rodriguez"
41    }
42  ],
43  "note": [
44    {
45      "text": "Patient given advice on local smoking cessation services."
46    }
47  ]
48}