-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #192 from OHSUCMP/issue-191
#191: Handle Low BP recommendation.
- Loading branch information
Showing
39 changed files
with
4,657 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
...definition/HypertensiveEmergency/HE-SingleLowBP/Condition/condition-HE-SingleLowBP-1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"resourceType": "Condition", | ||
"id": "condition-HE-SingleLowBP-1", | ||
"note": [ | ||
{ | ||
"text": "Indicates Preexisting Diagnosis of Hypertension" | ||
} | ||
], | ||
"category": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/condition-category", | ||
"code": "problem-list-item", | ||
"display": "Problem List Item" | ||
} | ||
], | ||
"text": "Problem List Item" | ||
} | ||
], | ||
"clinicalStatus": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical", | ||
"code": "active" | ||
} | ||
] | ||
}, | ||
"verificationStatus": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status", | ||
"code": "confirmed" | ||
} | ||
] | ||
}, | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "59621000", | ||
"display": "Hypertension" | ||
} | ||
], | ||
"text": "Hypertension" | ||
}, | ||
"subject": { | ||
"reference": "Patient/HE-SingleLowBP" | ||
}, | ||
"onsetDateTime": "2017-01-23T15:16:21-05:00", | ||
"recordedDate": "2017-01-23T15:16:21-05:00" | ||
} |
28 changes: 28 additions & 0 deletions
28
...definition/HypertensiveEmergency/HE-SingleLowBP/Encounter/encounter-HE-SingleLowBP-1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"resourceType": "Encounter", | ||
"id": "encounter-HE-SingleLowBP-1", | ||
"status": "finished", | ||
"class": { | ||
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", | ||
"code": "AMB" | ||
}, | ||
"type": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "162673000", | ||
"display": "General examination of patient (procedure)" | ||
} | ||
], | ||
"text": "General examination of patient (procedure)" | ||
} | ||
], | ||
"subject": { | ||
"reference": "Patient/HE-SingleLowBP" | ||
}, | ||
"period": { | ||
"start": "2023-01-22T00:00:00-04:00", | ||
"end": "2023-01-22T23:59:59-04:00" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...definition/HypertensiveEmergency/HE-SingleLowBP/Encounter/encounter-HE-SingleLowBP-2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"resourceType": "Encounter", | ||
"id": "encounter-HE-SingleLowBP-2", | ||
"status": "finished", | ||
"class": { | ||
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", | ||
"code": "AMB" | ||
}, | ||
"type": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "162673000", | ||
"display": "General examination of patient (procedure)" | ||
} | ||
], | ||
"text": "General examination of patient (procedure)" | ||
} | ||
], | ||
"subject": { | ||
"reference": "Patient/HE-SingleLowBP" | ||
}, | ||
"period": { | ||
"start": "2023-02-22T00:00:00-04:00", | ||
"end": "2023-02-22T23:59:59-04:00" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...definition/HypertensiveEmergency/HE-SingleLowBP/Encounter/encounter-HE-SingleLowBP-3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"resourceType": "Encounter", | ||
"id": "encounter-HE-SingleLowBP-3", | ||
"status": "finished", | ||
"class": { | ||
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", | ||
"code": "AMB" | ||
}, | ||
"type": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "162673000", | ||
"display": "General examination of patient (procedure)" | ||
} | ||
], | ||
"text": "General examination of patient (procedure)" | ||
} | ||
], | ||
"subject": { | ||
"reference": "Patient/HE-SingleLowBP" | ||
}, | ||
"period": { | ||
"start": "2023-03-22T00:00:00-04:00", | ||
"end": "2023-03-22T23:59:59-04:00" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...definition/HypertensiveEmergency/HE-SingleLowBP/Encounter/encounter-HE-SingleLowBP-4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"resourceType": "Encounter", | ||
"id": "encounter-HE-SingleLowBP-4", | ||
"status": "finished", | ||
"class": { | ||
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", | ||
"code": "AMB" | ||
}, | ||
"type": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "162673000", | ||
"display": "General examination of patient (procedure)" | ||
} | ||
], | ||
"text": "General examination of patient (procedure)" | ||
} | ||
], | ||
"subject": { | ||
"reference": "Patient/HE-SingleLowBP" | ||
}, | ||
"period": { | ||
"start": "2023-04-22T00:00:00-04:00", | ||
"end": "2023-04-22T23:59:59-04:00" | ||
} | ||
} |
61 changes: 61 additions & 0 deletions
61
...tests/plandefinition/HypertensiveEmergency/HE-SingleLowBP/Goal/goal-HE-SingleLowBP-1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"resourceType": "Goal", | ||
"id": "goal-HE-SingleLowBP-1", | ||
"lifecycleStatus": "active", | ||
"achievementStatus": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement", | ||
"version": "4.0.1", | ||
"code": "in-progress", | ||
"display": "In Progress" | ||
} | ||
] | ||
}, | ||
"statusDate": "2023-07-08", | ||
"startDate": "2023-07-08", | ||
"description": { | ||
"text": "Goal of 135/85" | ||
}, | ||
"subject": { | ||
"reference": "Patient/HE-SingleLowBP" | ||
}, | ||
"target": [ | ||
{ | ||
"measure": { | ||
"coding": [ | ||
{ | ||
"system": "http://loinc.org", | ||
"version": "2.68", | ||
"code": "8480-6", | ||
"display": "Systolic blood pressure" | ||
} | ||
] | ||
}, | ||
"detailQuantity": { | ||
"value": 135, | ||
"unit": "mmHg", | ||
"system": "http://unitsofmeasure.org", | ||
"code": "mm[Hg]" | ||
} | ||
}, | ||
{ | ||
"measure": { | ||
"coding": [ | ||
{ | ||
"system": "http://loinc.org", | ||
"version": "2.68", | ||
"code": "8462-4", | ||
"display": "Diastolic blood pressure" | ||
} | ||
] | ||
}, | ||
"detailQuantity": { | ||
"value": 85, | ||
"unit": "mmHg", | ||
"system": "http://unitsofmeasure.org", | ||
"code": "mm[Hg]" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.