FHIR Clincal Guidelines (v0.1.0) (STU1 Ballot)

This page is part of the Clinical Guidelines (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

PlanDefinition_Recommendation_A2

{
  "resourceType" : "PlanDefinition",
  "id" : "anc-recommendation-a2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: anc-recommendation-a2</p><p><b>url</b>: <a href=\"http://fhir.org/guides/who/anc/PlanDefinition/anc-recommendation-a2\">http://fhir.org/guides/who/anc/PlanDefinition/anc-recommendation-a2</a></p><p><b>identifier</b>: PlanDefinition_Recommendation_A2 (OFFICIAL)</p><p><b>version</b>: 0.1.0</p><p><b>name</b>: PlanDefinition_Recommendation_A2</p><p><b>title</b>: PlanDefinition - WHO ANC Guideline Recommendation #A2</p><p><b>type</b>: ECA Rule <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/plan-definition-type code 'eca-rule' = 'ECA Rule', given as 'ECA Rule'})</span></p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: May 15, 2019 12:00:00 AM</p><p><b>jurisdiction</b>: World <span style=\"background: LightGoldenRodYellow\">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '001' = 'World', given as 'World'})</span></p><p><b>copyright</b>: © WHO 2019+.</p><p><b>library</b>: <a href=\"Library/anc-recommendation-a2\">Library/anc-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><p><b>trigger</b>: </p><h3>Conditions</h3><table class=\"grid\"><tr><td>-</td><td><b>Kind</b></td><td><b>Expression</b></td></tr><tr><td>*</td><td>applicability</td><td/></tr></table></blockquote></div>"
  },
  "url" : "http://fhir.org/guides/who/anc/PlanDefinition/anc-recommendation-a2",
  "identifier" : [
    {
      "use" : "official",
      "value" : "PlanDefinition_Recommendation_A2"
    }
  ],
  "version" : "0.1.0",
  "name" : "PlanDefinition_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-15T00:00:00-04:00",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "© WHO 2019+.",
  "library" : [
    "Library/anc-recommendation-a2"
  ],
  "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"
          }
        }
      ]
    }
  ]
}