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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-pap-smear-result.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-pap-smear-result.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/pap-smear-result
Version0.1.0
Statusactive
Date2026-05-21T10:26:55+00:00
NameSGHIPapSmearResult
TitleSGHI Pap Smear Result
DescriptionA ValueSet for Pap smear results in cervical cancer screening.

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 pap-smear-result

  • Include these codes as defined in https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system version 📦0.1.0
    CodeDisplayDefinition
    pap-normalNormalPap smear result: normal.
    pap-ascusASCUS/ASC-H (Atypical squamous cells of undetermined significance, high grade lesion not excluded)Pap smear result: ASCUS/ASC-H.
    pap-lsilLSIL (Low grade squamous intraepithelial lesion)Pap smear result: LSIL.
    pap-hsilHSIL/CIS (High grade squamous intraepithelial lesion)Pap smear result: HSIL/CIS.
    pap-agusAGUS (Atypical glandular cells of undetermined significance)Pap smear result: AGUS.
    pap-invasive-cancerInvasive cancerPap smear result: invasive cancer.
    pap-otherOther, please specifyPap smear result: other, to be specified.

Source1

{
  "resourceType": "ValueSet",
  "id": "pap-smear-result",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ValueSet/pap-smear-result",
  "version": "0.1.0",
  "name": "SGHIPapSmearResult",
  "title": "SGHI Pap Smear Result",
  "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 for Pap smear results in cervical cancer screening.",
  "compose": {
    "include": [
      {
        "system": "https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system",
        "concept": [
          {
            "code": "pap-normal",
            "display": "Normal"
          },
          {
            "code": "pap-ascus",
            "display": "ASCUS/ASC-H (Atypical squamous cells of undetermined significance, high grade lesion not excluded)"
          },
          {
            "code": "pap-lsil",
            "display": "LSIL (Low grade squamous intraepithelial lesion)"
          },
          {
            "code": "pap-hsil",
            "display": "HSIL/CIS (High grade squamous intraepithelial lesion)"
          },
          {
            "code": "pap-agus",
            "display": "AGUS (Atypical glandular cells of undetermined significance)"
          },
          {
            "code": "pap-invasive-cancer",
            "display": "Invasive cancer"
          },
          {
            "code": "pap-other",
            "display": "Other, please specify"
          }
        ]
      }
    ]
  }
}