FHIR IG analytics
| Package | ch.fhir.ig.ch-epr-fhir |
| Resource Type | ValueSet |
| Id | ValueSet-ch-mcsd-practitioner-gender-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/ValueSet-ch-mcsd-practitioner-gender-vs.html |
| URL | http://fhir.ch/ig/ch-epr-fhir/ValueSet/ch-mcsd-practitioner-gender-vs |
| Version | 5.0.0 |
| Status | active |
| Date | 2026-01-30T16:16:20+00:00 |
| Name | CHmCSDPractitionerGenderVS |
| Title | CH mCSD Practitioner Administrative Gender Value Set |
| Realm | ch |
| Authority | hl7 |
| Description | Value set for the administrative gender of a CH mCSD Practitioner. Only 'male' and 'female' values are
allowed in the HPD context. |
| Copyright | CC0-1.0 |
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-epr-fhir/ValueSet/ch-mcsd-practitioner-gender-vs",
"version": "5.0.0",
"name": "CHmCSDPractitionerGenderVS",
"title": "CH mCSD Practitioner Administrative Gender Value Set",
"status": "active",
"experimental": false,
"date": "2026-01-30T16:16:20+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",
"concept": [
{
"code": "male"
},
{
"code": "female"
}
]
}
]
}
}