FHIR Clinical Guidelines (v1.0.0) (STU1)

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

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><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>: &copy; 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>"
  },
  "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"
          }
        }
      ]
    }
  ]
}