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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-family-planning-methods.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-family-planning-methods.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/family-planning-methods
Version0.1.0
Statusactive
Date2026-05-21T10:26:55+00:00
NameSGHIFamilyPlanningMethods
TitleSGHI Family Planning Methods
DescriptionA ValueSet enumerating family planning methods offered or selected in special-clinic workflows.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
silfhirprofileig#currentspecial-clinic-code-systemSGHI Special Clinic Code System

Narrative

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

Generated Narrative: ValueSet family-planning-methods

  • Include these codes as defined in https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system version 📦0.1.0
    CodeDisplayDefinition
    fp-iudIUD (Intrauterine Device)Family planning method: intrauterine device.
    fp-implantsImplants (Subdermal)Family planning method: subdermal implants.
    fp-btlBTL (Bilateral Tubal Ligation)Family planning method: bilateral tubal ligation.
    fp-counselled-no-methodCounselled — No Method SelectedPatient was counselled on family planning but did not select a method.
    fp-cocpCombined oral contraceptive pillsFamily planning method: combined oral contraceptive pills.
    fp-popProgestin only contraceptive pillsFamily planning method: progestin-only contraceptive pills.
    fp-injectablesInjectablesFamily planning method: injectable contraceptives.
    fp-male-condomMale condomFamily planning method: male condom.
    fp-female-sterilizationFemale sterilizationFamily planning method: female sterilization.
    fp-vasectomyVasectomyFamily planning method: vasectomy.
    fp-famFertility awareness-based methodsFamily planning method: fertility awareness-based methods.
    fp-ecEmergency contraceptionFamily planning method: emergency contraception.

Source1

{
  "resourceType": "ValueSet",
  "id": "family-planning-methods",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ValueSet/family-planning-methods",
  "version": "0.1.0",
  "name": "SGHIFamilyPlanningMethods",
  "title": "SGHI Family Planning Methods",
  "status": "active",
  "date": "2026-05-21T10:26:55+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 enumerating family planning methods offered or selected in special-clinic workflows.",
  "compose": {
    "include": [
      {
        "system": "https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system",
        "concept": [
          {
            "code": "fp-iud",
            "display": "IUD (Intrauterine Device)"
          },
          {
            "code": "fp-implants",
            "display": "Implants (Subdermal)"
          },
          {
            "code": "fp-btl",
            "display": "BTL (Bilateral Tubal Ligation)"
          },
          {
            "code": "fp-counselled-no-method",
            "display": "Counselled — No Method Selected"
          },
          {
            "code": "fp-cocp",
            "display": "Combined oral contraceptive pills"
          },
          {
            "code": "fp-pop",
            "display": "Progestin only contraceptive pills"
          },
          {
            "code": "fp-injectables",
            "display": "Injectables"
          },
          {
            "code": "fp-male-condom",
            "display": "Male condom"
          },
          {
            "code": "fp-female-sterilization",
            "display": "Female sterilization"
          },
          {
            "code": "fp-vasectomy",
            "display": "Vasectomy"
          },
          {
            "code": "fp-fam",
            "display": "Fertility awareness-based methods"
          },
          {
            "code": "fp-ec",
            "display": "Emergency contraception"
          }
        ]
      }
    ]
  }
}