HL7 Czech Hospital Discharge Report Implementation Guide
0.1.0 - ci-build Czechia flag

HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. 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/HL7-cz/hdr/ and changes regularly. See the Directory of published versions

: Related Person Relationship Types (HDR) - TTL Representation

Page standards status: Draft Maturity Level: 1

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 "relatedPersonRelationshipTypes-eu-hdr"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet relatedPersonRelationshipTypes-eu-hdr</b></p><a name=\"relatedPersonRelationshipTypes-eu-hdr\"> </a><a name=\"hcrelatedPersonRelationshipTypes-eu-hdr\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-v3-RoleCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 3.0.0, the version found through the package references\"> version ?3.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><code>ECON</code></td><td>Emergency contact</td><td>A contact designated for contact in emergent situations.</td></tr><tr><td><code>NOK</code></td><td>Next of kin</td><td>Played by an individual who is designated as the next of kin for another individual which scopes the role.</td></tr><tr><td><code>GUARD</code></td><td>Guardian</td><td>The role played by a person or institution legally empowered with responsibility for the care of a ward.</td></tr><tr><td><code>PRS</code></td><td>Personal relationship</td><td/></tr><tr><td><code>CAREGIVER</code></td><td>Caregiver</td><td/></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "draft"     ]
  ] ) ; # 
  fhir:url [
fhir:v "https://hl7.cz/fhir/hdr/ValueSet/relatedPersonRelationshipTypes-eu-hdr"^^xsd:anyURI ;
fhir:l <https://hl7.cz/fhir/hdr/ValueSet/relatedPersonRelationshipTypes-eu-hdr>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "RelatedPersonRelationshipTypesHDR"] ; # 
  fhir:title [ fhir:v "Related Person Relationship Types (HDR)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-11-18T16:01:29+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Czech Republic"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Czech Republic" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.cz/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "HDR related person relationship types value set."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "CZ" ] ;
fhir:display [ fhir:v "Czechia" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "ECON" ] ;
fhir:display [ fhir:v "Emergency contact" ]       ] [
fhir:code [ fhir:v "NOK" ] ;
fhir:display [ fhir:v "Next of kin" ]       ] [
fhir:code [ fhir:v "GUARD" ] ;
fhir:display [ fhir:v "Guardian" ]       ] [
fhir:code [ fhir:v "PRS" ] ;
fhir:display [ fhir:v "Personal relationship" ]       ] [
fhir:code [ fhir:v "CAREGIVER" ] ;
fhir:display [ fhir:v "Caregiver" ]       ] )     ] )
  ] . #