• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Observation",
3  "id": "observation-4",
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": "82810-3",
22        "display": "Pregnancy status"
23      }
24    ],
25    "text": "Pregnancy status"
26  },
27  "subject": {
28    "reference": "Patient/patient-1",
29    "display": "Example, Anne"
30  },
31  "valueString": "Not pregnant",
32  "encounter": {
33    "reference": "Encounter/encounter-4",
34    "display": "GP appointment"
35  },
36  "effectiveDateTime": "2021-02-04T21:43:49Z",
37  "issued": "2021-02-04T22:00:46Z",
38  "performer": [
39    {
40      "reference": "Practitioner/practitioner-1",
41      "display": "Dr Maria Hernandez"
42    }
43  ],
44  "note": [
45    {
46      "text": "Status confirmed by patient."
47    }
48  ]
49}