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 Encounter - anc-encounter-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "anc-encounter-example",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.org/guides/who/anc-cds/StructureDefinition/anc-encounter"🔗 ,
      "http://fhir.org/guides/who/anc-cds/StructureDefinition/anc-base-encounter"🔗 ,
      "http://fhir.org/guides/who/core/StructureDefinition/who-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"anc-encounter-example\"> </a><a name=\"hcanc-encounter-example\"> </a></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 Encounter &quot;anc-encounter-example&quot; </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-anc-encounter.html\">ANC Encounter</a>, <a href=\"StructureDefinition-anc-base-encounter.html\">ANC Base Encounter</a>, <a href=\"StructureDefinition-who-encounter.html\">WHO Encounter</a></p></div><p><b>identifier</b>: <code>http://example.org/fhir/NamingSystem/identifiers</code>/anc-encounter-example\u00a0(use:\u00a0official)</p><p><b>subject</b>: <a href=\"Patient-anc-patient-example.html\">Patient/anc-patient-example</a> &quot; UJM2JA8IGHP1A&quot;</p><p><b>period</b>: 2020-12-07 06:24:03-0700 --&gt; 2021-09-07 14:24:12-0600</p><p><b>reasonCode</b>: Specific complaint related to antenatal care <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-anc-custom-codes.html\">Extended Codes CodeSystem</a>#ANC.B5.DE4; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#118189007 &quot;Prenatal finding (finding)&quot;; <a href=\"https://loinc.org/\">LOINC</a>#52454-6 &quot;Reason for assessment??Note: There are multiple codes in LOINC with same name ?57200-8 Reason for assessment [CMS Assessment] ?46502-1 Reason for assessment [OASIS]&quot;)</span></p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://fhir.org/packages/us.nlm.vsac/Location/anc-location-example\">Location/anc-location-example</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://example.org/fhir/NamingSystem/identifiers",
      "value" : "anc-encounter-example"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/anc-patient-example"
  },
  "period" : {
    "start" : "2020-12-07T06:24:03-07:00",
    "end" : "2021-09-07T14:24:12-06:00"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.org/guides/who/anc-cds/CodeSystem/anc-custom-codes",
          "code" : "ANC.B5.DE4",
          "display" : "Specific complaint related to antenatal care"
        },
        {
          "system" : "http://snomed.info/sct",
          "code" : "118189007",
          "display" : "Prenatal finding (finding)"
        },
        {
          "system" : "http://loinc.org",
          "code" : "52454-6",
          "display" : "Reason for assessment??Note: There are multiple codes in LOINC with same name ?57200-8 Reason for assessment [CMS Assessment] ?46502-1 Reason for assessment [OASIS]"
        }
      ]
    }
  ],
  "location" : [
    {
      "location" : {
        "reference" : "Location/anc-location-example"
      }
    }
  ]
}