FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/gender-vs

Packagefhir.kenyaPSIG
TypeValueSet
Idgender-vs
FHIR VersionR4
Sourcehttps://example.org/fhir/https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ValueSet-gender-vs.html
URLhttps://example.org/fhir/ValueSet/gender-vs
Version0.1.0
Statusdraft
Date2025-07-15T09:30:53+00:00
NameGenderVS
TitleGender ValueSet
Realmus
Authorityhl7
DescriptionValueSet for gender using SNOMED CT codes

Resources that use this resource

StructureDefinition
kps-patientPatient Profile - KPS

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

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

Generated Narrative: ValueSet gender-vs


Source

{
  "resourceType": "ValueSet",
  "id": "gender-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://example.org/fhir/ValueSet/gender-vs",
  "version": "0.1.0",
  "name": "GenderVS",
  "title": "Gender ValueSet",
  "status": "draft",
  "date": "2025-07-15T09:30:53+00:00",
  "publisher": "IntelliSOFT Consulting",
  "contact": [
    {
      "name": "IntelliSOFT Consulting",
      "telecom": [
        {
          "system": "url",
          "value": "https://.com/fhir/example-publisher"
        }
      ]
    },
    {
      "name": "KPS Team Kenya.",
      "telecom": [
        {
          "system": "email",
          "value": "info@example.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "ValueSet for gender using SNOMED CT codes",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KE",
          "display": "Kenya"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "248153007",
            "display": "Male (gender)"
          },
          {
            "code": "248152002",
            "display": "Female (gender)"
          }
        ]
      }
    ]
  }
}