FHIR Clinical Guidelines (v1.0.0) (STU1)

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

Recommendation_A2

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "PlanDefinition",
  "id" : "anc-recommendation-a2",
  "text" : {
    "status" : "generated",
    "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>: &copy; 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>"
  },
  "url" : "http://fhir.org/guides/who/anc/PlanDefinition/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" : "draft",
  "experimental" : true,
  "date" : "2019-05-15",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "© WHO 2019+.",
  "library" : [
    "http://fhir.org/guides/who/anc/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"
          }
        }
      ]
    }
  ]
}