RareLink Implementation Guide
2.0.0 - 2.0.0
RareLink Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2025-06-03 |
@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 "family-relationship-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 family-relationship-vs</b></p><a name=\"family-relationship-vs\"> </a><a name=\"hcfamily-relationship-vs\"> </a><a name=\"family-relationship-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/65656005\">65656005</a></td><td>Natural mother</td></tr><tr><td><a href=\"http://snomed.info/id/9947008\">9947008</a></td><td>Natural father</td></tr><tr><td><a href=\"http://snomed.info/id/83420006\">83420006</a></td><td>Natural daughter</td></tr><tr><td><a href=\"http://snomed.info/id/113160008\">113160008</a></td><td>Natural son</td></tr><tr><td><a href=\"http://snomed.info/id/60614009\">60614009</a></td><td>Natural brother</td></tr><tr><td><a href=\"http://snomed.info/id/73678001\">73678001</a></td><td>Natural sister</td></tr><tr><td><a href=\"http://snomed.info/id/11286003\">11286003</a></td><td>Twin sibling</td></tr><tr><td><a href=\"http://snomed.info/id/45929001\">45929001</a></td><td>Half-brother</td></tr><tr><td><a href=\"http://snomed.info/id/2272004\">2272004</a></td><td>Half-sister</td></tr><tr><td><a href=\"http://snomed.info/id/62296006\">62296006</a></td><td>Natural grandfather</td></tr><tr><td><a href=\"http://snomed.info/id/17945006\">17945006</a></td><td>Natural grandmother</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/family-relationship-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "FamilyRelationshipVS"] ; #
fhir:title [ fhir:v "Family Relationship Value Set"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-06-03T09:15:35+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 family member relationships."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "65656005" ] ;
fhir:display [ fhir:v "Natural mother" ] ] [
fhir:code [ fhir:v "9947008" ] ;
fhir:display [ fhir:v "Natural father" ] ] [
fhir:code [ fhir:v "83420006" ] ;
fhir:display [ fhir:v "Natural daughter" ] ] [
fhir:code [ fhir:v "113160008" ] ;
fhir:display [ fhir:v "Natural son" ] ] [
fhir:code [ fhir:v "60614009" ] ;
fhir:display [ fhir:v "Natural brother" ] ] [
fhir:code [ fhir:v "73678001" ] ;
fhir:display [ fhir:v "Natural sister" ] ] [
fhir:code [ fhir:v "11286003" ] ;
fhir:display [ fhir:v "Twin sibling" ] ] [
fhir:code [ fhir:v "45929001" ] ;
fhir:display [ fhir:v "Half-brother" ] ] [
fhir:code [ fhir:v "2272004" ] ;
fhir:display [ fhir:v "Half-sister" ] ] [
fhir:code [ fhir:v "62296006" ] ;
fhir:display [ fhir:v "Natural grandfather" ] ] [
fhir:code [ fhir:v "17945006" ] ;
fhir:display [ fhir:v "Natural grandmother" ] ] [
fhir:code [ fhir:v "1220561009" ] ;
fhir:display [ fhir:v "Not recorded" ] ] ) ] )
] . #
IG © 2025 Berlin Institute of Health - Charité Universitätsmedizin Berlin. Package rarelink-ig#2.0.0 based on FHIR 4.0.1. Generated 2025-06-03
Links: Table of Contents |
QA Report