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

: Example Patient - anc-patient-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "anc-patient-example",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.org/guides/who/anc-cds/StructureDefinition/anc-patient"🔗 ,
      "http://fhir.org/guides/who/anc-cds/StructureDefinition/anc-base-patient"🔗 ,
      "http://fhir.org/guides/who/core/StructureDefinition/who-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>bkxb1u3focs0 ujm2ja8ighp1a </b> (no stated gender), DoB: 2021-03-10 ( dh0xw4oes8c)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>pgmitchv75x2e0ng</li><li>3vanfiig97ar0klcac </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>4tlbrth8c84</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"http://fhir.org/packages/us.nlm.vsac/PractitionerRole/anc-practitionerrole-example\">PractitionerRole/anc-practitionerrole-example</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "dh0xw4oes8c"
    }
  ],
  "name" : [
    {
      "family" : "ujm2ja8ighp1a",
      "given" : [
        "bkxb1u3focs0"
      ]
    }
  ],
  "telecom" : [
    {
      "value" : "pgmitchv75x2e0ng"
    }
  ],
  "birthDate" : "2021-03-10",
  "address" : [
    {
      "line" : [
        "3vanfiig97ar0klcac"
      ]
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "value" : "4tlbrth8c84"
        }
      ]
    }
  ],
  "generalPractitioner" : [
    {
      "reference" : "PractitionerRole/anc-practitionerrole-example"
    }
  ]
}