This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, 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><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>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/plan-definition-type eca-rule}\">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>: <span title=\"Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>copyright</b>: © WHO 2019+.</p><p><b>library</b>: <a href=\"http://fhir.org/guides/who/anc/Library/ANCRecommendationA2\">http://fhir.org/guides/who/anc/Library/ANCRecommendationA2</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><h3>Triggers</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><blockquote><p><b>condition</b></p><p><b>kind</b>: applicability</p><h3>Expressions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></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.