FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "ch-mcsd-practitioner-gender-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-health-dossier/ValueSet/ch-mcsd-practitioner-gender-vs",
"version": "1.0.0-preview",
"name": "CHmCSDPractitionerGenderVS",
"title": "CH mCSD Practitioner Administrative Gender Value Set",
"status": "active",
"experimental": false,
"date": "2026-08-20T15:35:03+00:00",
"publisher": "eHealth Suisse",
"contact": [
{
"name": "eHealth Suisse",
"telecom": [
{
"system": "url",
"value": "https://www.e-health-suisse.ch"
}
]
},
{
"name": "eHealth Suisse",
"telecom": [
{
"system": "url",
"value": "https://www.e-health-suisse.ch",
"use": "work"
}
]
}
],
"description": "Value set for the administrative gender of a CH mCSD Practitioner. Only 'male' and 'female' values are\nallowed in the HPD context.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"version": "4.0.1",
"concept": [
{
"code": "male"
},
{
"code": "female"
}
]
}
]
}
}