Current usage of CQL Evaluator in FHIR Core - G6PD Use Case #1102
Closed
f-odhiambo
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To work on adding documentation - Coming soon!
CQL to ELM converter in Atom as a plugin
Code system
While recording Pregnancy or Observations thresholds for hemoglobin and G6PD enzyme levels use the following codes
77386006
’ from “SNOMED” display ‘Pregnant’86859003
’ from “SNOMED” display ‘G6PD Enzyme’259695003
’ from “SNOMED” display ‘Haemoglobin’G6PD Threshold evaluation
Descirption
Add more content
The patient can be diagnosed as Normal, Intermediate, or Deficient
Output
ServiceRequest
{"resourceType":"ServiceRequest","id":"9dfc0863-5d44-4b0e-8704-969d722e91fa","status":"completed","intent":"order","category":[{"coding":[{"system":"http://hl7.org/fhir/ValueSet/servicerequest-category","code":"108252007","display":"Laboratory procedure"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"86859003","display":"G6PD Enzyme"}]},"subject":{"reference":"Patient/7ca16012-2c54-4a78-9ed6-f7cb3f60aca8"},"encounter":{"reference":"Encounter/2b182db2-f39a-4da7-a740-663f1392fb8c"},"authoredOn":"2022-01-04T00:00:00.000+05:00"}
DiagnosticReport
{"resourceType":"DiagnosticReport","id":"1cccdf8f-60f9-4cbf-a226-420e4a91c483","status":"final","category":[{"coding":[{"system":"http://hl7.org/fhir/ValueSet/diagnostic-service-sections","code":"HM","display":"Hematology"}]}],"code":{"coding":[{"system":"http://snomed.info/sct","code":"86859003","display":"G6PD Enzyme"}]},"subject":{"reference":"Patient/7ca16012-2c54-4a78-9ed6-f7cb3f60aca8"},"encounter":{"reference":"Encounter/2b182db2-f39a-4da7-a740-663f1392fb8c"},"effectiveDateTime":"2022-01-04T00:00:00.000+05:00"}
G6PD Control mode evaluation
Descirption
Add more content
Check if the G6PD Rapid Diagnostic Test Kit device is correctly calibrated in either Control Mode 1 or Control Mode 2
Beta Was this translation helpful? Give feedback.
All reactions