FHIR IG Statistics: ValueSet/fr-core-vs-patient-gender-INS
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "ValueSet",
"id": "fr-core-vs-patient-gender-INS",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-patient-gender-INS",
"version": "2.1.0",
"name": "FRCoreValueSetPatientGenderINS",
"title": "FR Core ValueSet Patient gender INS ValueSet",
"status": "active",
"experimental": false,
"date": "2024-09-04T09:58:56+02:00",
"publisher": "Interop'Santé",
"contact": [
{
"name": "Interop'Santé",
"telecom": [
{
"system": "url",
"value": "http://interopsante.org/"
}
]
},
{
"name": "InteropSanté",
"telecom": [
{
"system": "email",
"value": "fhir@interopsante.org",
"use": "work"
}
]
}
],
"description": "Patient Gender for INS : male | female | unknown",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "FR",
"display": "France"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"concept": [
{
"code": "male"
},
{
"code": "female"
},
{
"code": "unknown"
}
]
}
]
}
}