Clinical Practice Guidelines Example Implementation Guide - Antenatal Care Guidelines
1.0.0 - ci-build International flag

Clinical Practice Guidelines Example Implementation Guide - Antenatal Care Guidelines, published by HL7 International - Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cpg-example-anc/ and changes regularly. See the Directory of published versions

: PlanDefinition - WHO ANC Guideline Recommendation #A2 - JSON Representation

Active as of 2024-03-01

Raw json | Download


{
  "resourceType" : "PlanDefinition",
  "id" : "anc-recommendation-a2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PlanDefinition</b><a name=\"anc-recommendation-a2\"> </a></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 PlanDefinition &quot;anc-recommendation-a2&quot; </p></div><p><b>url</b>: <code>http://hl7.org/fhir/uv/cpg/antenatalcare/PlanDefinition/anc-recommendation-a2</code></p><p><b>identifier</b>: Recommendation_A2\u00a0(use:\u00a0OFFICIAL)</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/5.3.0/CodeSystem-plan-definition-type.html\">PlanDefinitionType</a>#eca-rule)</span></p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2024-03-01 19:44:41+0000</p><p><b>publisher</b>: HL7 International - Clinical Decision Support WG</p><p><b>contact</b>: HL7 International - Clinical Decision Support WG: <a href=\"http://www.hl7.org/Special/committees/dss/index.cfm\">http://www.hl7.org/Special/committees/dss/index.cfm</a></p><p><b>description</b>: Example of a Plan Definition for ANC Recommendation A2.1</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><h3>Triggers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td>named-event</td><td>anc-contact</td></tr></table><blockquote><p><b>condition</b></p><p><b>kind</b>: applicability</p><h3>Expressions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>text/cql</td><td>Has Anemia</td></tr></table></blockquote></blockquote></div>"
  },
  "url" : "http://hl7.org/fhir/uv/cpg/antenatalcare/PlanDefinition/anc-recommendation-a2",
  "identifier" : [
    {
      "use" : "official",
      "value" : "Recommendation_A2"
    }
  ],
  "version" : "1.0.0",
  "name" : "Recommendation_A2",
  "title" : "PlanDefinition - WHO ANC Guideline Recommendation #A2",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/plan-definition-type",
        "code" : "eca-rule",
        "display" : "ECA Rule"
      }
    ]
  },
  "status" : "active",
  "experimental" : true,
  "date" : "2024-03-01T19:44:41+00:00",
  "publisher" : "HL7 International - Clinical Decision Support WG",
  "contact" : [
    {
      "name" : "HL7 International - Clinical Decision Support WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss/index.cfm"
        }
      ]
    }
  ],
  "description" : "Example of a Plan Definition for ANC Recommendation A2.1",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "© WHO 2019+.",
  "library" : [
    🔗 "http://hl7.org/fhir/uv/cpg/antenatalcare/Library/ANCRecommendationA2"
  ],
  "action" : [
    {
      "title" : "Iron and Folic Acid Supplementation",
      "textEquivalent" : "Daily elemental iron should be increased to 120 mg until her Hb concentration rises to normal",
      "trigger" : [
        {
          "type" : "named-event",
          "name" : "anc-contact"
        }
      ],
      "condition" : [
        {
          "kind" : "applicability",
          "expression" : {
            "language" : "text/cql",
            "expression" : "Has Anemia"
          }
        }
      ]
    }
  ]
}