• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Condition",
3  "id": "condition-2",
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  "code": {
37    "coding": [
38      {
39        "system": "http://hl7.org/fhir/sid/icd-10-cm",
40        "code": "E11.9",
41        "display": "Type 2 diabetes mellitus without complications"
42      },
43      {
44        "system": "http://snomed.info/sct",
45        "code": "313436004",
46        "display": "Type II diabetes mellitus without complication"
47      }
48    ],
49    "text": "Diabetes mellitus type 2"
50  },
51  "subject": {
52    "reference": "Patient/patient-1",
53    "display": "Example, Anne"
54  },
55  "asserter": {
56    "reference": "Practitioner/practitioner-4",
57    "type": "Practitioner",
58    "display": "Dr Patrick O'Brien"
59  },
60  "encounter": {
61    "reference": "Encounter/encounter-5"
62  },
63  "recordedDate": "2022-09-28",
64  "note": [
65    {
66      "text": "Diagnosis confirmed by fasting glucose tolerance test and HbA1C."
67    }
68  ]
69}