-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed plan and activity definitions to be FSH files. Added in umbre…
…lla plan definition.
- Loading branch information
1 parent
c0584d3
commit 5d29afa
Showing
5 changed files
with
100 additions
and
97 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
Instance: IMMZDT08Measles | ||
InstanceOf: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-recommendationdefinition | ||
Title: "IMMZ.DT.08.Measles" | ||
Description: "If the child or patient has not been given MCV1 (at 9 months) and MCV2 (between 15-18 months) vaccination" | ||
Usage: #definition | ||
|
||
* library = "http://fhir.org/guides/who/smart-immunization/Library/IMMZDT08" | ||
* extension[+] | ||
* url = "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" | ||
* valueCode = #computable | ||
* version = "0.1.0" | ||
* name = "IMMZDT08Measles" | ||
* status = #draft | ||
* experimental = false | ||
* publisher = "World Health Organization (WHO)" | ||
* action[+] | ||
* title = "Immunize patient for Measles" | ||
* description = "Provide measles immunization" | ||
* condition[+] | ||
* kind = #applicability | ||
* expression | ||
* description = "Provision of the MCV dose" | ||
* language = #text/cql-identifier | ||
* expression = "Provision of the MCV dose" | ||
* definitionCanonical = Canonical(IMMZDT08MeaslesMR) | ||
|
||
|
||
Instance: IMMZDT08MeaslesMR | ||
InstanceOf: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequestactivity | ||
Title: "IMMZ.DT.08.Measles.MR" | ||
Description: "Provide measles immunization" | ||
Usage: #definition | ||
|
||
* library = "http://fhir.org/guides/who/smart-immunization/Library/IMMZDT08" | ||
* extension[+] | ||
* url = "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" | ||
* valueCode = #computable | ||
* version = "0.1.0" | ||
* name = "IMMZDT08MeaslesMR" | ||
* status = #draft | ||
* experimental = false | ||
* date = 2023-10-03 | ||
* publisher = "World Health Organization (WHO)" | ||
* contact[+] | ||
* telecom[+] | ||
* system = #url | ||
* value = "https://who.int" | ||
* kind = #MedicationRequest | ||
* intent = #proposal | ||
* doNotPerform = false | ||
* productCodeableConcept = $ICD11#XM28X5 "Measles vaccines" | ||
* dynamicValue[+] | ||
* path = "status" | ||
* expression | ||
* language = #text/cql | ||
* expression = "'draft'" | ||
* dynamicValue[+] | ||
* path = "intent" | ||
* expression | ||
* language = #text/cql | ||
* expression = "'proposal'" | ||
* dynamicValue[+] | ||
* path = "dispenseRequest.validityPeriod.start" | ||
* expression | ||
* description = "Due date of the dose" | ||
* language = #text/cql-identifier | ||
* expression = "Schedule Due Date for MCV dose" | ||
* dynamicValue[+] | ||
* path = "dispenseRequest.validityPeriod.end" | ||
* expression | ||
* description = "Expiration date for MCV dose" | ||
* language = #text/cql-identifier | ||
* expression = "Expiration Date for MCV dose" |
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,25 @@ | ||
Instance: IMMZDTUmbrella | ||
InstanceOf: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-strategydefinition | ||
Title: "IMMZ.DT.Umbrella" | ||
Description: "If the child or patient has not been given MCV1 (at 9 months) and MCV2 (between 15-18 months) vaccination" | ||
Usage: #definition | ||
|
||
* extension[+] | ||
* url = "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" | ||
* valueCode = #computable | ||
* version = "0.1.0" | ||
* name = "IMMZDTUmbrella" | ||
* status = #draft | ||
* experimental = false | ||
* publisher = "World Health Organization (WHO)" | ||
* action[+] | ||
* title = "Check Immunizations" | ||
* description = "Check immunization plan definitions to see what is required." | ||
* code = http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process-cs#dispense-medications | ||
* selectionBehavior = #all | ||
* action[+] | ||
* title = "Immunize patient for Measles" | ||
* description = "Provide measles immunization" | ||
* code = http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process-cs#dispense-medications | ||
* selectionBehavior = #all | ||
* definitionCanonical = Canonical(IMMZDT08Measles) |
69 changes: 0 additions & 69 deletions
69
input/resources/activitydefinition/IMMZ.DT.08.Measles.MR.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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