Skip to content

Commit

Permalink
fix test case for change to interpretation of Observation Profile wrt…
Browse files Browse the repository at this point in the history
… average blood pressure
  • Loading branch information
Grahame Grieve committed Feb 10, 2024
1 parent 1ea65e1 commit 7309b06
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions validator/obs-vs-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@
"code" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "96607-7",
"display" : "Blood pressure panel mean systolic and mean diastolic"
"code" : "76534-7",
"display" : "Systolic blood pressure by Noninvasive"
}]
},
"subject" : {
"reference" : "Patient/patient-example-Sally-Sue"
},
"effectivePeriod" : {
"start" : "2023-03-01T06:00:00-06:00",
"end" : "2023-03-02T20:00:00-06:00"
},
"effectiveDateTime" : "2023-03-01T06:00:00-06:00",
"issued" : "2023-03-02T20:12:29-06:00",
"performer" : [{
"reference" : "Practitioner/practitioner-example-Mary-Hill"
Expand Down Expand Up @@ -77,8 +74,8 @@
"code" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "96608-5",
"display" : "Systolic blood pressure mean"
"code" : "8480-6",
"display" : "Systolic blood pressure"
}]
},
"valueQuantity" : {
Expand All @@ -92,8 +89,8 @@
"code" : {
"coding" : [{
"system" : "http://loinc.org",
"code" : "96609-3",
"display" : "Diastolic blood pressure mean"
"code" : "8462-4",
"display" : "Diastolic blood pressure"
}]
},
"valueQuantity" : {
Expand Down

0 comments on commit 7309b06

Please sign in to comment.