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
: Administrative Gender - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AdministrativeGender"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://gender.oemig.de/fhir/CodeSystem/AdministrativeGender"^^xsd:anyURI ;
fhir:l <http://gender.oemig.de/fhir/CodeSystem/AdministrativeGender>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "AdministrativeGenderCS"] ; #
fhir:title [ fhir:v "Administrative Gender"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2024-04-16"^^xsd:date] ; #
fhir:publisher [ fhir:v "FO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "FO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.oemig.de" ] ] )
] ) ; #
fhir:description [ fhir:v "The original definition is **administrative gender**.\nThe meaning is 'with whom you want to lie in a room'."] ; #
fhir:copyright [ fhir:v "FO"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:valueSet [
fhir:v "http://gender.oemig.de/fhir/ValueSet/AdministrativeGender"^^xsd:anyURI ;
fhir:l <http://gender.oemig.de/fhir/ValueSet/AdministrativeGender>
] ; #
fhir:hierarchyMeaning [ fhir:v "is-a"] ; #
fhir:compositional [ fhir:v false] ; #
fhir:versionNeeded [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:property ( [
fhir:code [ fhir:v "comment" ] ;
fhir:uri [
fhir:v "http://hl7.org/fhir/concept-properties#comment"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/concept-properties#comment> ] ;
fhir:description [ fhir:v "Comment" ] ;
fhir:type [ fhir:v "string" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "male" ] ;
fhir:display [ fhir:v "männlich" ] ;
fhir:definition [ fhir:v "with other male patients" ]
] [
fhir:code [ fhir:v "female" ] ;
fhir:display [ fhir:v "weiblich" ] ;
fhir:definition [ fhir:v "with other female patients" ]
] [
fhir:code [ fhir:v "alone" ] ;
fhir:display [ fhir:v "alone" ] ;
fhir:definition [ fhir:v "lying alone in a room" ] ;
( fhir:property [
fhir:code [ fhir:v "comment" ] ;
fhir:value [
a fhir:String ;
fhir:v "unclear situation so that the patient should lie alone" ] ] )
] ) . #