Skip to content

Commit

Permalink
Merge pull request #170 from echicoine-esac/FHIR-38112
Browse files Browse the repository at this point in the history
FHIR-38112 - Blood Pressure Example update
  • Loading branch information
abdullah-git1 authored Jan 24, 2023
2 parents ad88a83 + e07f84c commit 57c4f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/pages/patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ code "Diastolic blood pressure": '8462-4' from "LOINC" display 'Diastolic blood
code "Systolic blood pressure": '8480-6' from "LOINC" display 'Systolic blood pressure'

define "Qualifying Diastolic Blood Pressure Reading":
[Observation: "Blood pressure panel with all children optional"] BloodPressure
["observation-bp"] BloodPressure
where BloodPressure.status.value in {'final', 'amended'}
and Global."Normalize Interval"(BloodPressure.effective) during "Measurement Period"
and not ((GetEncounter(BloodPressure.encounter)).class.code.value in {'emergency', 'inpatient encounter', 'inpatient acute', 'inpatient non-acute', 'pre-admission', 'short stay'})
Expand All @@ -218,7 +218,7 @@ define "Qualifying Diastolic Blood Pressure Reading":
and DiastolicBP.value.unit = 'mm[Hg]')

define "Qualifying Systolic Blood Pressure Reading":
[Observation: "Blood pressure panel with all children optional"] BloodPressure
["observation-bp"] BloodPressure
where BloodPressure.status.value in {'final', 'amended'}
and Global."Normalize Interval"(BloodPressure.effective) during "Measurement Period"
and not (GetEncounter(BloodPressure.encounter).class.code.value in {'emergency', 'inpatient encounter', 'inpatient acute', 'inpatient non-acute', 'pre-admission', 'short stay'})
Expand Down

0 comments on commit 57c4f5a

Please sign in to comment.