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" : "AdministrativeGender",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AdministrativeGender</b></p><a name=\"AdministrativeGender\"> </a><a name=\"hcAdministrativeGender\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>comment</td><td>comment</td><td>http://hl7.org/fhir/concept-properties#comment</td><td>string</td><td>Comment</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>http://gender.oemig.de/fhir/CodeSystem/AdministrativeGender</code> defines the 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><td><b>Definition</b></td><td><b>comment</b></td></tr><tr><td style=\"white-space:nowrap\">male<a name=\"AdministrativeGender-male\"> </a></td><td>männlich</td><td>with other male patients</td><td/></tr><tr><td style=\"white-space:nowrap\">female<a name=\"AdministrativeGender-female\"> </a></td><td>weiblich</td><td>with other female patients</td><td/></tr><tr><td style=\"white-space:nowrap\">alone<a name=\"AdministrativeGender-alone\"> </a></td><td>alone</td><td>lying alone in a room</td><td>unclear situation so that the patient should lie alone</td></tr></table></div>"
},
"url" : "http://gender.oemig.de/fhir/CodeSystem/AdministrativeGender",
"version" : "0.1.0",
"name" : "AdministrativeGenderCS",
"title" : "Administrative Gender",
"status" : "active",
"experimental" : false,
"date" : "2024-04-16",
"publisher" : "FO",
"contact" : [
{
"name" : "FO",
"telecom" : [
{
"system" : "url",
"value" : "http://www.oemig.de"
}
]
}
],
"description" : "The original definition is **administrative gender**.\nThe meaning is 'with whom you want to lie in a room'.",
"copyright" : "FO",
"caseSensitive" : false,
"valueSet" : "http://gender.oemig.de/fhir/ValueSet/AdministrativeGender",
"hierarchyMeaning" : "is-a",
"compositional" : false,
"versionNeeded" : false,
"content" : "complete",
"count" : 3,
"property" : [
{
"code" : "comment",
"uri" : "http://hl7.org/fhir/concept-properties#comment",
"description" : "Comment",
"type" : "string"
}
],
"concept" : [
{
"code" : "male",
"display" : "männlich",
"definition" : "with other male patients"
},
{
"code" : "female",
"display" : "weiblich",
"definition" : "with other female patients"
},
{
"code" : "alone",
"display" : "alone",
"definition" : "lying alone in a room",
"property" : [
{
"code" : "comment",
"valueString" : "unclear situation so that the patient should lie alone"
}
]
}
]
}