Clinical Practice Guidelines, published by Clinical Decision Support WG. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw ttl
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PlanDefinition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "anc-recommendation-a2"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"anc-recommendation-a2\" </p></div><p><b>url</b>: <code>http://fhir.org/guides/who/anc/PlanDefinition/Recommendation_A2</code></p><p><b>identifier</b>: id: Recommendation_A2 (OFFICIAL)</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: Recommendation_A2</p><p><b>title</b>: PlanDefinition - WHO ANC Guideline Recommendation #A2</p><p><b>type</b>: ECA Rule <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-plan-definition-type.html\">PlanDefinitionType</a>#eca-rule)</span></p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2019-05-15</p><p><b>jurisdiction</b>: World <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>copyright</b>: © WHO 2019+.</p><p><b>library</b>: <a href=\"Library-ANCRecommendationA2.html\">WHO Antenatal Care Guidelines Logic for recommendation #A2</a></p><blockquote><p><b>action</b></p><p><b>title</b>: Iron and Folic Acid Supplementation</p><p><b>textEquivalent</b>: Daily elemental iron should be increased to 120 mg until her Hb concentration rises to normal</p><blockquote><p><b>condition</b></p><p><b>kind</b>: applicability</p></blockquote></blockquote></div>"
];
fhir:PlanDefinition.url [ fhir:value "http://fhir.org/guides/who/anc/PlanDefinition/Recommendation_A2"];
fhir:PlanDefinition.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.value [ fhir:value "Recommendation_A2" ]
];
fhir:PlanDefinition.version [ fhir:value "1.0.0"];
fhir:PlanDefinition.name [ fhir:value "Recommendation_A2"];
fhir:PlanDefinition.title [ fhir:value "PlanDefinition - WHO ANC Guideline Recommendation #A2"];
fhir:PlanDefinition.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/plan-definition-type" ];
fhir:Coding.code [ fhir:value "eca-rule" ];
fhir:Coding.display [ fhir:value "ECA Rule" ] ]
];
fhir:PlanDefinition.status [ fhir:value "draft"];
fhir:PlanDefinition.experimental [ fhir:value "true"^^xsd:boolean];
fhir:PlanDefinition.date [ fhir:value "2019-05-15"^^xsd:date];
fhir:PlanDefinition.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ] ]
];
fhir:PlanDefinition.copyright [ fhir:value "© WHO 2019+."];
fhir:PlanDefinition.library [
fhir:value "http://fhir.org/guides/who/anc/Library/ANCRecommendationA2";
fhir:index 0;
fhir:link <http://fhir.org/guides/who/anc/Library/ANCRecommendationA2>
];
fhir:PlanDefinition.action [
fhir:index 0;
fhir:PlanDefinition.action.title [ fhir:value "Iron and Folic Acid Supplementation" ];
fhir:PlanDefinition.action.textEquivalent [ fhir:value "Daily elemental iron should be increased to 120 mg until her Hb concentration rises to normal" ];
fhir:PlanDefinition.action.trigger [
fhir:index 0;
fhir:TriggerDefinition.type [ fhir:value "named-event" ];
fhir:TriggerDefinition.name [ fhir:value "anc-contact" ] ];
fhir:PlanDefinition.action.condition [
fhir:index 0;
fhir:PlanDefinition.action.condition.kind [ fhir:value "applicability" ];
fhir:PlanDefinition.action.condition.expression [
fhir:Expression.language [ fhir:value "text/cql" ];
fhir:Expression.expression [ fhir:value "Has Anemia" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.