CH ORF (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-orf/ and changes regularly. See the Directory of published versions
: Personal Relation - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "ch-orf-vs-personalrelation"] ; #
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 ch-orf-vs-personalrelation</b></p><a name=\"ch-orf-vs-personalrelation\"> </a><a name=\"hcch-orf-vs-personalrelation\"> </a><a name=\"ch-orf-vs-personalrelation-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/66089001\">66089001</a></td><td>Daughter (person)</td></tr><tr><td><a href=\"http://snomed.info/id/65616008\">65616008</a></td><td>Son (person)</td></tr><tr><td><a href=\"http://snomed.info/id/127849001\">127849001</a></td><td>Husband (person)</td></tr><tr><td><a href=\"http://snomed.info/id/127850001\">127850001</a></td><td>Wife (person)</td></tr><tr><td><a href=\"http://snomed.info/id/394921008\">394921008</a></td><td>Cohabitee (person)</td></tr><tr><td><a href=\"http://snomed.info/id/70924004\">70924004</a></td><td>Brother (person)</td></tr><tr><td><a href=\"http://snomed.info/id/27733009\">27733009</a></td><td>Sister (person)</td></tr><tr><td><a href=\"http://snomed.info/id/72705000\">72705000</a></td><td>Mother (person)</td></tr><tr><td><a href=\"http://snomed.info/id/66839005\">66839005</a></td><td>Father (person)</td></tr><tr><td><a href=\"http://snomed.info/id/48385004\">48385004</a></td><td>Acquaintance (person)</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/ValueSet/ch-orf-vs-personalrelation"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.0.0-ballot-ci-build"] ; #
fhir:name [ fhir:v "ChOrfVsPersonalRelation"] ; #
fhir:title [ fhir:v "Personal Relation"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-12-18T10:31:04+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Switzerland"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ] ] )
] ) ; #
fhir:description [ fhir:v "Value Set for Personal Relation"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ] )
] ) ; #
fhir:copyright [ fhir:v "CC0-1.0"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "66089001" ] ;
fhir:display [ fhir:v "Daughter (person)" ] ] [
fhir:code [ fhir:v "65616008" ] ;
fhir:display [ fhir:v "Son (person)" ] ] [
fhir:code [ fhir:v "127849001" ] ;
fhir:display [ fhir:v "Husband (person)" ] ] [
fhir:code [ fhir:v "127850001" ] ;
fhir:display [ fhir:v "Wife (person)" ] ] [
fhir:code [ fhir:v "394921008" ] ;
fhir:display [ fhir:v "Cohabitee (person)" ] ] [
fhir:code [ fhir:v "70924004" ] ;
fhir:display [ fhir:v "Brother (person)" ] ] [
fhir:code [ fhir:v "27733009" ] ;
fhir:display [ fhir:v "Sister (person)" ] ] [
fhir:code [ fhir:v "72705000" ] ;
fhir:display [ fhir:v "Mother (person)" ] ] [
fhir:code [ fhir:v "66839005" ] ;
fhir:display [ fhir:v "Father (person)" ] ] [
fhir:code [ fhir:v "48385004" ] ;
fhir:display [ fhir:v "Acquaintance (person)" ] ] ) ] )
] . #