RareLink Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Sex at Birth Value Set - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "sex-at-birth-vs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet sex-at-birth-vs</b></p><a name=\"sex-at-birth-vs\"> </a><a name=\"hcsex-at-birth-vs\"> </a><a name=\"sex-at-birth-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/248152002\">248152002</a></td><td>Female</td></tr><tr><td><a href=\"http://snomed.info/id/248153007\">248153007</a></td><td>Male</td></tr><tr><td><a href=\"http://snomed.info/id/184115007\">184115007</a></td><td>Patient sex unknown</td></tr><tr><td><a href=\"http://snomed.info/id/32570691000036108\">32570691000036108</a></td><td>Intersex</td></tr><tr><td><a href=\"http://snomed.info/id/1220561009\">1220561009</a></td><td>Not recorded</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://rarelink.bih-charite.de/fhir/ValueSet/sex-at-birth-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "SexAtBirthVS"] ; #
fhir:title [ fhir:v "Sex at Birth Value Set"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-05-12T08:03:20+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Berlin Institute of Health - Charité Universitätsmedizin Berlin"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Berlin Institute of Health - Charité Universitätsmedizin Berlin" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/BIH-CEI/RareLink" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "adam.graefe@charite.de" ] ] )
] ) ; #
fhir:description [ fhir:v "Value set for capturing the sex assigned at birth."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "248152002" ] ;
fhir:display [ fhir:v "Female" ] ] [
fhir:code [ fhir:v "248153007" ] ;
fhir:display [ fhir:v "Male" ] ] [
fhir:code [ fhir:v "184115007" ] ;
fhir:display [ fhir:v "Patient sex unknown" ] ] [
fhir:code [ fhir:v "32570691000036108" ] ;
fhir:display [ fhir:v "Intersex" ] ] [
fhir:code [ fhir:v "1220561009" ] ;
fhir:display [ fhir:v "Not recorded" ] ] ) ] )
] . #