FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| sct | SNOMED codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://snomed.info/sct version Not Stated (use latest from terminology server)
Source1
{
"resourceType": "ValueSet",
"id": "vs-gender-snomed",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://testSK.org/ValueSet/vs-gender-snomed",
"version": "0.1.0",
"name": "GenderSNOMEDVS",
"title": "Gender (SNOMED CT)",
"status": "active",
"experimental": false,
"date": "2025-10-21T11:09:58+00:00",
"publisher": "UMU",
"contact": [
{
"name": "UMU",
"telecom": [
{
"system": "url",
"value": "http://testSK.org/umu"
}
]
}
],
"description": "Value set to represent patient gender using SNOMED CT codes, analogous to AdministrativeGender.",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "248153007",
"display": "Male (finding)"
},
{
"code": "248152002",
"display": "Female (finding)"
},
{
"code": "32570681000036106",
"display": "Indeterminate sex (finding)"
}
]
}
]
}
}