Guide d'implémentation Fr Core
2.1.0-ballot - ballot
This page is part of the Guide d'implémentation Fr Core (v2.1.0-ballot: trial-use Ballot 6) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions
Active as of 2024-07-17 |
{
"resourceType" : "ValueSet",
"id" : "fr-core-vs-patient-gender-INS",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet fr-core-vs-patient-gender-INS</b></p><a name=\"fr-core-vs-patient-gender-INS\"> </a><a name=\"hcfr-core-vs-patient-gender-INS\"> </a><a name=\"fr-core-vs-patient-gender-INS-fr-FR\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a></td><td style=\"color: #cccccc\">Male</td><td>Male.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a></td><td style=\"color: #cccccc\">Female</td><td>Female.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-unknown\">unknown</a></td><td style=\"color: #cccccc\">Unknown</td><td>Unknown.</td></tr></table></li></ul></div>"
},
"url" : "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-patient-gender-INS",
"version" : "2.1.0-ballot",
"name" : "FRCoreValueSetPatientGenderINS",
"title" : "FR Core ValueSet Patient gender INS ValueSet",
"status" : "active",
"experimental" : false,
"date" : "2024-07-17T17:46:02+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"
}
]
}
]
}
}