1.0.0-alpha1 - ci-build

TerminologieBasisDE, published by HL7 Deutschland e.V. (Technisches Komitee Terminologie). This guide is not an authorized publication; it is the continuous build for version 1.0.0-alpha1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7germany/terminologie-basis-de/ and changes regularly. See the Directory of published versions

: amtliches Geschlecht - TTL Representation

Active as of 2025-11-19

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 "gender-amtlich-de"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  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 gender-amtlich-de</b></p><a name=\"gender-amtlich-de\"> </a><a name=\"hcgender-amtlich-de\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-insensitive code system <code>http://fhir.de/CodeSystem/gender-amtlich-de</code> defines the following codes:</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\">M<a name=\"gender-amtlich-de-M\"> </a></td><td>männlich</td></tr><tr><td style=\"white-space:nowrap\">W<a name=\"gender-amtlich-de-W\"> </a></td><td>weiblich</td></tr><tr><td style=\"white-space:nowrap\">X<a name=\"gender-amtlich-de-X\"> </a></td><td>unbestimmt</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"gender-amtlich-de-D\"> </a></td><td>divers</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://fhir.de/CodeSystem/gender-amtlich-de"^^xsd:anyURI ;
fhir:l <http://fhir.de/CodeSystem/gender-amtlich-de>
  ] ; # 
  fhir:version [ fhir:v "1.0.0-alpha1"] ; # 
  fhir:name [ fhir:v "GenderAmtlichDE"] ; # 
  fhir:title [ fhir:v "amtliches Geschlecht"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-11-19T17:18:12+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Deutschland e.V. (Technisches Komitee Terminologie)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Deutschland e.V. (Technisches Komitee Terminologie)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.de/technische-komitees/terminologien/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes zur Erfassung des amtlichen Geschlechts auf Basis der Spezifikationen \"XPersonenstand - Elektronische Datenübermittlung im Personenstandswesen\" und \"Kassenärztliche Vereinigung-Datentransfer\" der KBV"] ; # 
  fhir:copyright [ fhir:v "HL7 Deutschland e.V."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:valueSet [
fhir:v "http://fhir.de/ValueSet/gender-amtlich-de"^^xsd:anyURI ;
fhir:l <http://fhir.de/ValueSet/gender-amtlich-de>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "männlich" ]
  ] [
fhir:code [ fhir:v "W" ] ;
fhir:display [ fhir:v "weiblich" ]
  ] [
fhir:code [ fhir:v "X" ] ;
fhir:display [ fhir:v "unbestimmt" ]
  ] [
fhir:code [ fhir:v "D" ] ;
fhir:display [ fhir:v "divers" ]
  ] ) . #