FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeCodeSystem
IdCodeSystem-nigeria-pregnancy-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Nigeria-FHIR-Community/2025Connectathon/CodeSystem-nigeria-pregnancy-status.html
URLhttps://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-pregnancy-status
Version0.2.0
Statusactive
Date2025-11-25T07:48:54+00:00
NameNGPregnancyStatusCS
TitleNG Client Pregnancy Status CS
DescriptionThis CodeSystem defines list of options for Pregnancy status of a Client
Contentcomplete

Resources that use this resource

ValueSet
nigeria-pregnancy-statusNG Clinical Status VS

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem nigeria-pregnancy-status

This case-insensitive code system https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-pregnancy-status defines the following codes:

CodeDisplayDefinition
pregnant PregnantThe Client's pregnancy status is positive
notpregnant Not PregnantThe Client's pregnancy status is negative
unknown Not knownThe Client does not know their Pregnancy status

Source1

{
  "resourceType": "CodeSystem",
  "id": "nigeria-pregnancy-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-pregnancy-status",
  "version": "0.2.0",
  "name": "NGPregnancyStatusCS",
  "title": "NG Client Pregnancy Status CS",
  "status": "active",
  "experimental": false,
  "date": "2025-11-25T07:48:54+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",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "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"
    }
  ]
}