FHIR IG Statistics: ValueSet/gender-vs
Resources that use this resource
Resources that this resource uses
CodeSystem |
sct | SNOMED CT (all versions) |
sct | SNOMED codes used in this IG |
sct | veri |
Narrative
Note: links and images are rebased to the (stated) source
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)"
}
]
}
]
}
}