|
| 1 | +{ |
| 2 | + "resourceType": "Bundle", |
| 3 | + "type": "collection", |
| 4 | + "entry": [ |
| 5 | + { |
| 6 | + "resource": { |
| 7 | + "resourceType": "Patient", |
| 8 | + "id": "pt-00123", |
| 9 | + "name": [{ "family": "Hartwell", "given": ["Margaret", "Ann"], "use": "official" }], |
| 10 | + "birthDate": "1958-03-14", |
| 11 | + "gender": "female", |
| 12 | + "telecom": [{ "system": "phone", "value": "555-304-1192", "use": "home" }], |
| 13 | + "address": [{ "line": ["44 Birchwood Lane"], "city": "Springfield", "state": "IL", "postalCode": "62704" }] |
| 14 | + } |
| 15 | + }, |
| 16 | + { |
| 17 | + "resource": { |
| 18 | + "resourceType": "Condition", |
| 19 | + "id": "cond-001", |
| 20 | + "subject": { "reference": "Patient/pt-00123" }, |
| 21 | + "code": { |
| 22 | + "coding": [{ "system": "http://snomed.info/sct", "code": "44054006", "display": "Type 2 diabetes mellitus" }] |
| 23 | + }, |
| 24 | + "clinicalStatus": { "coding": [{ "code": "active" }] }, |
| 25 | + "onsetDateTime": "2014-07-22", |
| 26 | + "note": [{ "text": "Poorly controlled. A1c trending up over last 18 months." }] |
| 27 | + } |
| 28 | + }, |
| 29 | + { |
| 30 | + "resource": { |
| 31 | + "resourceType": "Condition", |
| 32 | + "id": "cond-002", |
| 33 | + "subject": { "reference": "Patient/pt-00123" }, |
| 34 | + "code": { |
| 35 | + "coding": [{ "system": "http://snomed.info/sct", "code": "38341003", "display": "Hypertension" }] |
| 36 | + }, |
| 37 | + "clinicalStatus": { "coding": [{ "code": "active" }] }, |
| 38 | + "onsetDateTime": "2011-02-10" |
| 39 | + } |
| 40 | + }, |
| 41 | + { |
| 42 | + "resource": { |
| 43 | + "resourceType": "Condition", |
| 44 | + "id": "cond-003", |
| 45 | + "subject": { "reference": "Patient/pt-00123" }, |
| 46 | + "code": { |
| 47 | + "coding": [{ "system": "http://snomed.info/sct", "code": "267425008", "display": "Chronic kidney disease stage 3" }] |
| 48 | + }, |
| 49 | + "clinicalStatus": { "coding": [{ "code": "active" }] }, |
| 50 | + "onsetDateTime": "2021-09-15", |
| 51 | + "note": [{ "text": "eGFR 42 on last draw. Nephrology follow-up recommended." }] |
| 52 | + } |
| 53 | + }, |
| 54 | + { |
| 55 | + "resource": { |
| 56 | + "resourceType": "MedicationRequest", |
| 57 | + "id": "med-001", |
| 58 | + "subject": { "reference": "Patient/pt-00123" }, |
| 59 | + "status": "active", |
| 60 | + "intent": "order", |
| 61 | + "medicationCodeableConcept": { |
| 62 | + "coding": [{ "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "860975", "display": "Metformin 1000 mg oral tablet" }] |
| 63 | + }, |
| 64 | + "dosageInstruction": [{ "text": "1 tablet twice daily with meals" }] |
| 65 | + } |
| 66 | + }, |
| 67 | + { |
| 68 | + "resource": { |
| 69 | + "resourceType": "MedicationRequest", |
| 70 | + "id": "med-002", |
| 71 | + "subject": { "reference": "Patient/pt-00123" }, |
| 72 | + "status": "active", |
| 73 | + "intent": "order", |
| 74 | + "medicationCodeableConcept": { |
| 75 | + "coding": [{ "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "29046", "display": "Lisinopril 10 mg oral tablet" }] |
| 76 | + }, |
| 77 | + "dosageInstruction": [{ "text": "1 tablet once daily" }] |
| 78 | + } |
| 79 | + }, |
| 80 | + { |
| 81 | + "resource": { |
| 82 | + "resourceType": "MedicationRequest", |
| 83 | + "id": "med-003", |
| 84 | + "subject": { "reference": "Patient/pt-00123" }, |
| 85 | + "status": "active", |
| 86 | + "intent": "order", |
| 87 | + "medicationCodeableConcept": { |
| 88 | + "coding": [{ "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "83367", "display": "Atorvastatin 40 mg oral tablet" }] |
| 89 | + }, |
| 90 | + "dosageInstruction": [{ "text": "1 tablet at bedtime" }] |
| 91 | + } |
| 92 | + }, |
| 93 | + { |
| 94 | + "resource": { |
| 95 | + "resourceType": "Observation", |
| 96 | + "id": "obs-001", |
| 97 | + "subject": { "reference": "Patient/pt-00123" }, |
| 98 | + "status": "final", |
| 99 | + "code": { |
| 100 | + "coding": [{ "system": "http://loinc.org", "code": "4548-4", "display": "Hemoglobin A1c/Hemoglobin.total in Blood" }] |
| 101 | + }, |
| 102 | + "effectiveDateTime": "2026-01-18", |
| 103 | + "valueQuantity": { "value": 8.9, "unit": "%", "system": "http://unitsofmeasure.org" }, |
| 104 | + "interpretation": [{ "coding": [{ "code": "H", "display": "High" }] }] |
| 105 | + } |
| 106 | + }, |
| 107 | + { |
| 108 | + "resource": { |
| 109 | + "resourceType": "Observation", |
| 110 | + "id": "obs-002", |
| 111 | + "subject": { "reference": "Patient/pt-00123" }, |
| 112 | + "status": "final", |
| 113 | + "code": { |
| 114 | + "coding": [{ "system": "http://loinc.org", "code": "2160-0", "display": "Creatinine [Mass/volume] in Serum or Plasma" }] |
| 115 | + }, |
| 116 | + "effectiveDateTime": "2026-01-18", |
| 117 | + "valueQuantity": { "value": 1.8, "unit": "mg/dL", "system": "http://unitsofmeasure.org" }, |
| 118 | + "interpretation": [{ "coding": [{ "code": "H", "display": "High" }] }] |
| 119 | + } |
| 120 | + }, |
| 121 | + { |
| 122 | + "resource": { |
| 123 | + "resourceType": "Observation", |
| 124 | + "id": "obs-003", |
| 125 | + "subject": { "reference": "Patient/pt-00123" }, |
| 126 | + "status": "final", |
| 127 | + "code": { |
| 128 | + "coding": [{ "system": "http://loinc.org", "code": "55284-4", "display": "Blood pressure systolic and diastolic" }] |
| 129 | + }, |
| 130 | + "effectiveDateTime": "2026-01-18", |
| 131 | + "component": [ |
| 132 | + { |
| 133 | + "code": { "coding": [{ "code": "8480-6", "display": "Systolic blood pressure" }] }, |
| 134 | + "valueQuantity": { "value": 148, "unit": "mmHg" } |
| 135 | + }, |
| 136 | + { |
| 137 | + "code": { "coding": [{ "code": "8462-4", "display": "Diastolic blood pressure" }] }, |
| 138 | + "valueQuantity": { "value": 92, "unit": "mmHg" } |
| 139 | + } |
| 140 | + ] |
| 141 | + } |
| 142 | + }, |
| 143 | + { |
| 144 | + "resource": { |
| 145 | + "resourceType": "AllergyIntolerance", |
| 146 | + "id": "allergy-001", |
| 147 | + "patient": { "reference": "Patient/pt-00123" }, |
| 148 | + "clinicalStatus": { "coding": [{ "code": "active" }] }, |
| 149 | + "code": { "coding": [{ "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "7980", "display": "Penicillin" }] }, |
| 150 | + "reaction": [{ "manifestation": [{ "coding": [{ "display": "Anaphylaxis" }] }], "severity": "severe" }] |
| 151 | + } |
| 152 | + } |
| 153 | + ] |
| 154 | +} |
0 commit comments