DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. 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/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: NG Client Pregnancy Status CS - JSON Representation

Active as of 2025-10-02

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "nigeria-pregnancy-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem nigeria-pregnancy-status</b></p><a name=\"nigeria-pregnancy-status\"> </a><a name=\"hcnigeria-pregnancy-status\"> </a><p>This case-insensitive code system <code>https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-pregnancy-status</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\">pregnant<a name=\"nigeria-pregnancy-status-pregnant\"> </a></td><td>Pregnant</td><td>The Client's pregnancy status is positive</td></tr><tr><td style=\"white-space:nowrap\">notpregnant<a name=\"nigeria-pregnancy-status-notpregnant\"> </a></td><td>Not Pregnant</td><td>The Client's pregnancy status is negative</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"nigeria-pregnancy-status-unknown\"> </a></td><td>Not known</td><td>The Client does not know their Pregnancy status</td></tr></table></div>"
  },
  "url" : "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-pregnancy-status",
  "version" : "0.1.0",
  "name" : "NGPregnancyStatusCS",
  "title" : "NG Client Pregnancy Status CS",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-10-02T06:43:53+00:00",
  "publisher" : "DHIN",
  "contact" : [
    {
      "name" : "DHIN",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.dhin-hie.org"
        },
        {
          "system" : "email",
          "value" : "info@dhin-hie.org"
        }
      ]
    },
    {
      "name" : "Digital Health Interoperability Network.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@dhin-hie.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "This CodeSystem defines list of options for Pregnancy status of a Client",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "pregnant",
      "display" : "Pregnant",
      "definition" : "The Client's pregnancy status is positive"
    },
    {
      "code" : "notpregnant",
      "display" : "Not Pregnant",
      "definition" : "The Client's pregnancy status is negative"
    },
    {
      "code" : "unknown",
      "display" : "Not known",
      "definition" : "The Client does not know their Pregnancy status"
    }
  ]
}