-
Notifications
You must be signed in to change notification settings - Fork 5
/
plandefinition-ANCRecommendationA2.xml
66 lines (66 loc) · 2.38 KB
/
plandefinition-ANCRecommendationA2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<PlanDefinition xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../../../../../HL7/FHIR-Spec/4.0.0/fhir-all-xsd/fhir-all.xsd">
<id value="ANCRecommendationA2"/>
<meta>
<profile value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-recommendationdefinition"/>
</meta>
<identifier>
<use value="official"/>
<value value="PlanDefinition_ANCRecommendationA2"/>
</identifier>
<name value="PlanDefinition_ANCRecommendationA2"/>
<title value="PlanDefinition - WHO ANC Guideline Recommendation A.2"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/plan-definition-type"/>
<code value="eca-rule"/>
<display value="ECA Rule"/>
</coding>
</type>
<status value="draft"/>
<experimental value="true"/>
<date value="2019-05-15"/>
<copyright value="© WHO 2019+."/>
<library value="http://somewhere.org/fhir/uv/contentig/Library/ANCRecommendationA2"/>
<action>
<title value="Iron and Folic Acid Supplements"/>
<description value="Daily oral iron and folic acid supplementation is recommended for pregnant women to prevent maternal anaemia, puerperal sepsis, low birth weight, and preterm birth."/>
<documentation>
<type value="documentation"/>
<display value="WHO recommendations on antenatal care for a positive pregnancy experience"/>
<url value="https://www.who.int/reproductivehealth/publications/maternal_perinatal_health/anc-positive-pregnancy-experience/en/"/>
</documentation>
<trigger>
<type value="named-event"/>
<name value="patient-view"/>
</trigger>
<condition>
<kind value="applicability"/>
<expression>
<language value="text/cql-identifier"/>
<expression value="Is Recommendation Applicable"/>
</expression>
</condition>
<!-- dynamic card elements -->
<dynamicValue>
<path value="action.description"/>
<expression>
<language value="text/cql-identifier"/>
<expression value="Get Card Detail"/>
</expression>
</dynamicValue>
<dynamicValue>
<path value="action.title"/>
<expression>
<language value="text/cql-identifier"/>
<expression value="Get Card Summary"/>
</expression>
</dynamicValue>
<dynamicValue>
<path value="action.extension"/>
<expression>
<language value="text/cql.identifier"/>
<expression value="Get Card Indicator"/>
</expression>
</dynamicValue>
</action>
</PlanDefinition>