forked from WorldHealthOrganization/smart-hiv
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start decision table logic for HIVB9DT; format HIVB7DTLogic * Two HIV B decision tables * Update HIVB2DTLogic.cql * Fix sushi error --------- Co-authored-by: Mutesasira Moses <mozzymutesa@gmail.com>
- Loading branch information
Showing
7 changed files
with
218 additions
and
176 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Instance: HIVB2DT | ||
InstanceOf: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-recommendationdefinition | ||
Title: "HIV.B2.DT Check for signs of serious illness" | ||
Description: "Check for signs of serious illness" | ||
Usage: #definition | ||
* meta.profile[+] = "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareableplandefinition" | ||
* meta.profile[+] = "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishableplandefinition" | ||
* library = Canonical(HIVB2DTLogic) | ||
* extension[+] | ||
* url = "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability" | ||
* valueCode = #computable | ||
* url = "http://smart.who.int/hiv/PlanDefinition/HIVB2DT" | ||
* name = "HIVB2DT" | ||
* status = #draft | ||
* experimental = true | ||
* publisher = "World Health Organization (WHO)" | ||
* relatedArtifact[+] | ||
* type = #citation | ||
* citation = "Consolidated Guidelines on HIV Testing Services (2019)" | ||
* action[+] | ||
* textEquivalent = "Check for signs of serious illness" | ||
* action[+] | ||
* textEquivalent = "Take appropriate action for client showing signs of serious illness" | ||
* condition[+] | ||
* kind = #applicability | ||
* expression | ||
* language = #text/cql | ||
* expression = "exists(Guidance)" | ||
* dynamicValue[+] | ||
* path = "description" | ||
* expression | ||
* language = #text/cql-identifier | ||
* expression = "Guidance" |
Oops, something went wrong.