WHO Antenatal Care Guideline Implementation Guide
0.3.0 - CI Build International flag

WHO Antenatal Care Guideline Implementation Guide, published by World Health Organization (WHO). This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-anc/ and changes regularly. See the Directory of published versions

: ANC Care Codes - JSON Representation

Draft as of 2024-04-09

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "anc-care-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://fhir.org/guides/who/anc-cds/CodeSystem/anc-care-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ANC.Case<a name=\"anc-care-codes-ANC.46Case\"> </a></td><td>Antenatal care case</td><td>An episode of antenatal care related to a single pregnancy</td></tr><tr><td style=\"white-space:nowrap\">ANC.Contact<a name=\"anc-care-codes-ANC.46Contact\"> </a></td><td>Antenatal care contact</td><td>An initial or planned contact occurring as part of antenatal care</td></tr><tr><td style=\"white-space:nowrap\">ANC.Pregnancy<a name=\"anc-care-codes-ANC.46Pregnancy\"> </a></td><td>Pregnancy condition</td><td>The condition of pregnancy, suspected or confirmed</td></tr><tr><td style=\"white-space:nowrap\">ANC.IronSupplement<a name=\"anc-care-codes-ANC.46IronSupplement\"> </a></td><td>Iron supplement</td><td>Iron supplement prescribed as part of antenatal care</td></tr><tr><td style=\"white-space:nowrap\">ANC.FolicAcidSupplement<a name=\"anc-care-codes-ANC.46FolicAcidSupplement\"> </a></td><td>Folic acid supplement</td><td>Folic acid supplement prescribed as part of antenatal care</td></tr></table></div>"
  },
  "url" : "http://fhir.org/guides/who/anc-cds/CodeSystem/anc-care-codes",
  "version" : "0.3.0",
  "name" : "ANCCareCodes",
  "title" : "ANC Care Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-04-09T18:08:09+00:00",
  "publisher" : "World Health Organization (WHO)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.who.int"
        }
      ]
    }
  ],
  "description" : "Care codes are high-level codes used to identify types and categories of care for use in encounters, episodes, and care categories throughout Antenatal care guideline computable content.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://fhir.org/guides/who/anc-cds/ValueSet/anc-care-codes",
  "content" : "complete",
  "concept" : [
    {
      "code" : "ANC.Case",
      "display" : "Antenatal care case",
      "definition" : "An episode of antenatal care related to a single pregnancy"
    },
    {
      "code" : "ANC.Contact",
      "display" : "Antenatal care contact",
      "definition" : "An initial or planned contact occurring as part of antenatal care"
    },
    {
      "code" : "ANC.Pregnancy",
      "display" : "Pregnancy condition",
      "definition" : "The condition of pregnancy, suspected or confirmed"
    },
    {
      "code" : "ANC.IronSupplement",
      "display" : "Iron supplement",
      "definition" : "Iron supplement prescribed as part of antenatal care"
    },
    {
      "code" : "ANC.FolicAcidSupplement",
      "display" : "Folic acid supplement",
      "definition" : "Folic acid supplement prescribed as part of antenatal care"
    }
  ]
}