SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: SGHI Delivery Complications - JSON Representation

Active as of 2026-05-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "delivery-complications",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet delivery-complications</b></p><a name=\"delivery-complications\"> </a><a name=\"hcdelivery-complications\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-special-clinic-code-system.html\"><code>https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-special-clinic-code-system.html#special-clinic-code-system-delivery-comp-aph\">delivery-comp-aph</a></td><td>APH (Ante Partum Haemorrhage)</td><td>Delivery complication: Ante Partum Haemorrhage.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-code-system.html#special-clinic-code-system-delivery-comp-pph\">delivery-comp-pph</a></td><td>PPH (Post Partum Haemorrhage)</td><td>Delivery complication: Post Partum Haemorrhage.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-code-system.html#special-clinic-code-system-delivery-comp-eclampsia\">delivery-comp-eclampsia</a></td><td>Eclampsia</td><td>Delivery complication: Eclampsia.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-code-system.html#special-clinic-code-system-delivery-comp-ruptured-uterus\">delivery-comp-ruptured-uterus</a></td><td>Ruptured Uterus</td><td>Delivery complication: Ruptured Uterus.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-code-system.html#special-clinic-code-system-delivery-comp-obstructed-labour\">delivery-comp-obstructed-labour</a></td><td>Obstructed Labour</td><td>Delivery complication: Obstructed Labour.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-code-system.html#special-clinic-code-system-delivery-comp-sepsis\">delivery-comp-sepsis</a></td><td>Sepsis</td><td>Delivery complication: Sepsis.</td></tr><tr><td><a href=\"CodeSystem-special-clinic-code-system.html#special-clinic-code-system-delivery-comp-none\">delivery-comp-none</a></td><td>None</td><td>No delivery complications.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/ValueSet/delivery-complications",
  "version" : "0.1.0",
  "name" : "SGHIDeliveryComplications",
  "title" : "SGHI Delivery Complications",
  "status" : "active",
  "date" : "2026-05-12T08:26:02+00:00",
  "publisher" : "Kathurima Kimathi",
  "contact" : [
    {
      "name" : "Kathurima Kimathi",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.linkedin.com/in/kathurima-kimathi/"
        },
        {
          "system" : "email",
          "value" : "kathurimakimathi415@gmail.com"
        }
      ]
    },
    {
      "name" : "Oscar John",
      "telecom" : [
        {
          "system" : "email",
          "value" : "oscarjohnotieno@gmail.com",
          "use" : "work"
        }
      ]
    },
    {
      "name" : "Kennedy Omondi",
      "telecom" : [
        {
          "system" : "email",
          "value" : "kennankole@gmail.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A ValueSet for complications that occurred during delivery.",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system",
        "concept" : [
          {
            "code" : "delivery-comp-aph",
            "display" : "APH (Ante Partum Haemorrhage)"
          },
          {
            "code" : "delivery-comp-pph",
            "display" : "PPH (Post Partum Haemorrhage)"
          },
          {
            "code" : "delivery-comp-eclampsia",
            "display" : "Eclampsia"
          },
          {
            "code" : "delivery-comp-ruptured-uterus",
            "display" : "Ruptured Uterus"
          },
          {
            "code" : "delivery-comp-obstructed-labour",
            "display" : "Obstructed Labour"
          },
          {
            "code" : "delivery-comp-sepsis",
            "display" : "Sepsis"
          },
          {
            "code" : "delivery-comp-none",
            "display" : "None"
          }
        ]
      }
    ]
  }
}