• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Condition",
3  "id": "condition-6",
4  "clinicalStatus": {
5    "coding": [
6      {
7        "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
8        "code": "active",
9        "display": "Active"
10      }
11    ],
12    "text": "Active"
13  },
14  "verificationStatus": {
15    "coding": [
16      {
17        "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
18        "code": "confirmed",
19        "display": "Confirmed"
20      }
21    ],
22    "text": "Confirmed"
23  },
24  "category": [
25    {
26      "coding": [
27        {
28          "system": "http://terminology.hl7.org/CodeSystem/condition-category",
29          "code": "encounter-diagnosis",
30          "display": "Encounter Diagnosis"
31        }
32      ],
33      "text": "Encounter Diagnosis"
34    }
35  ],
36  "severity": {
37    "text": "Mild"
38  },
39  "code": {
40    "coding": [
41      {
42        "system": "http://hl7.org/fhir/sid/icd-10-cm",
43        "code": "E78.0",
44        "display": "Pure hypercholesterolemia"
45      },
46      {
47        "system": "http://snomed.info/sct",
48        "code": "13644009",
49        "display": "Hypercholesterolemia (disorder)"
50      }
51    ],
52    "text": "Hypercholesterolemia"
53  },
54  "subject": {
55    "reference": "Patient/patient-1",
56    "display": "Example, Anne"
57  },
58  "asserter": {
59    "reference": "Practitioner/practitioner-1",
60    "type": "Practitioner",
61    "display": "Dr Maria Hernandez"
62  },
63  "encounter": {
64    "reference": "Encounter/encounter-unk"
65  },
66  "recordedDate": "2014-04-04"
67}