This page is part of the Documentation des guides d'implémentation de l'ANS (v0.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 0.1.8. For a full list of available versions, see the Directory of published versions
: ModifiedAdministrativeGender - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "ModifiedAdministrativeGender",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</code></a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude 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-unknown\">unknown</a></td><td>Unknown</td><td>Unknown.</td></tr></table></li></ul></div>"
},
"url" : "https://interop.esante.gouv.fr/ig/documentation/ValueSet/ModifiedAdministrativeGender",
"version" : "0.1.0",
"name" : "ModifiedAdministrativeGender",
"title" : "ModifiedAdministrativeGender",
"status" : "active",
"date" : "2023-05-05T15:27:27+00:00",
"publisher" : "ANS",
"contact" : [
{
"name" : "ANS",
"telecom" : [
{
"system" : "url",
"value" : "https://esante.gouv.fr"
}
]
}
],
"description" : "AdministrativeGender without unknown code",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/administrative-gender"
}
],
"exclude" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"concept" : [
{
"code" : "unknown"
}
]
}
]
}
}