FHIR IG analytics| Package | gender |
| Resource Type | CodeSystem |
| Id | CodeSystem-AdministrativeGender.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/frankoemig/gender/CodeSystem-AdministrativeGender.html |
| URL | http://gender.oemig.de/fhir/CodeSystem/AdministrativeGender |
| Version | 0.1.0 |
| Status | active |
| Date | 2024-04-16 |
| Name | AdministrativeGenderCS |
| Title | Administrative Gender |
| Description | The original definition is **administrative gender**. The meaning is 'with whom you want to lie in a room'. |
| Copyright | FO |
| Content | complete |
| ValueSet | ||
| gender#current | AdministrativeGender | Administrative Gender |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem AdministrativeGender
Properties
This code system defines the following properties for its concepts
| Name | Code | URI | Type | Description |
| comment | comment | http://hl7.org/fhir/concept-properties#comment | string | Comment |
Concepts
This case-insensitive code system http://gender.oemig.de/fhir/CodeSystem/AdministrativeGender defines the following codes in a Is-A hierarchy:
| Code | Display | Definition | comment |
| male | männlich | with other male patients | |
| female | weiblich | with other female patients | |
| alone | alone | lying alone in a room | unclear situation so that the patient should lie alone |
{
"resourceType": "CodeSystem",
"id": "AdministrativeGender",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
]
}