Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Fix for US Core Pulse Ox error #1456

Merged
merged 1 commit into from
May 6, 2024
Merged

Quick Fix for US Core Pulse Ox error #1456

merged 1 commit into from
May 6, 2024

Conversation

dehall
Copy link
Contributor

@dehall dehall commented May 3, 2024

Fix for the US Core Pulse Ox error:

Validation of exported FHIR bundle failed: Observation.code.coding:PulseOx: minimum required = 1, but only found 0 (from http://hl7.org/fhir/us/core/StructureDefinition/us-core-pulse-oximetry)

That profile requires both these two codes

Tested out locally with the below change to ensure all patients went through the sepsis module:

--- a/src/main/resources/modules/sepsis.json
+++ b/src/main/resources/modules/sepsis.json
@@ -16,7 +16,7 @@
   "states": {
     "Initial": {
       "type": "Initial",
-      "direct_transition": "Age_Guard"
+      "direct_transition": "Sepsis"
     },

@jawalonoski jawalonoski merged commit 34bcc75 into master May 6, 2024
4 checks passed
@jawalonoski jawalonoski deleted the pulse_ox_fix branch May 6, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants