A Set of Codesystems for Gender
0.1.0 - ci-build
A Set of Codesystems for Gender, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/gender/ and changes regularly. See the Directory of published versions
| Active as of 2024-04-16 |
{
"resourceType" : "CodeSystem",
"id" : "BiologicalGender",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem BiologicalGender</b></p><a name=\"BiologicalGender\"> </a><a name=\"hcBiologicalGender\"> </a><p>This case-insensitive code system <code>http://gender.oemig.de/fhir/CodeSystem/BiologicalGender</code> provides <b>a fragment</b> that includes following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">male<a name=\"BiologicalGender-male\"> </a></td><td>male</td></tr><tr><td style=\"white-space:nowrap\">female<a name=\"BiologicalGender-female\"> </a></td><td>female</td></tr><tr><td style=\"white-space:nowrap\">tbd<a name=\"BiologicalGender-tbd\"> </a></td><td>further codes to be determined..</td></tr></table></div>"
},
"url" : "http://gender.oemig.de/fhir/CodeSystem/BiologicalGender",
"version" : "0.1.0",
"name" : "BiologicalGenderCS",
"title" : "Biological Gender",
"status" : "active",
"experimental" : false,
"date" : "2024-04-16",
"publisher" : "FO",
"contact" : [
{
"name" : "FO",
"telecom" : [
{
"system" : "url",
"value" : "http://www.oemig.de"
}
]
}
],
"description" : "Unterschieden nach biologischen Merkmalen. ",
"copyright" : "FO",
"caseSensitive" : false,
"valueSet" : "http://gender.oemig.de/fhir/ValueSet/BiologicalGender",
"hierarchyMeaning" : "is-a",
"compositional" : false,
"versionNeeded" : false,
"content" : "fragment",
"concept" : [
{
"code" : "male",
"display" : "male"
},
{
"code" : "female",
"display" : "female"
},
{
"code" : "tbd",
"display" : "further codes to be determined.."
}
]
}