HL7 Czech PS Implementation Guide
0.0.1 - ci-build Czechia flag

HL7 Czech PS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/ps/ and changes regularly. See the Directory of published versions

: Advance Directive example - 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:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "054899d6-4868-40cb-a9cc-a52f93e2d22f"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/ps/StructureDefinition/cz-consent-ps"^^xsd:anyURI ;
fhir:l <https://hl7.cz/fhir/ps/StructureDefinition/cz-consent-ps>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dříve vyslovené přání – nesouhlas s posmrtným dárcovstvím orgánů a tkání k transplantačním účelům.</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/note>     ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "Pacient byl opakovaně poučen dle 36 odst. 2, přání bylo potvrzeno v přítomnosti svědků." ]     ]
  ] [
fhir:url [
fhir:v "https://hl7.cz/fhir/ps/StructureDefinition/consent-relatedCondition"^^xsd:anyURI ;
fhir:l <https://hl7.cz/fhir/ps/StructureDefinition/consent-relatedCondition>     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Condition/irreversible-coma ;
fhir:reference [ fhir:v "Condition/irreversible-coma" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:scope [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentscope>       ] ;
fhir:code [ fhir:v "adr" ] ;
fhir:display [ fhir:v "Advance directives" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentcategory"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentcategory>       ] ;
fhir:code [ fhir:v "acd" ] ;
fhir:display [ fhir:v "Advance Directive" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:l fhir:Patient/cz-example-patient ;
fhir:reference [ fhir:v "Patient/cz-example-patient" ]
  ] ; # 
  fhir:dateTime [ fhir:v "2024-06-15T10:30:00+02:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:l fhir:Practitioner/cz-example-practitioner ;
fhir:reference [ fhir:v "Practitioner/cz-example-practitioner" ]
  ] ) ; # 
  fhir:source [
a fhir:Attachment ;
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [
fhir:v "Binary/advance-directive-organ-donation"^^xsd:anyURI ;
fhir:l fhir:Binary/advance-directive-organ-donation     ] ;
fhir:title [ fhir:v "Dříve vyslovené přání – nesouhlas s dárcovstvím orgánů a tkání" ] ;
fhir:creation [ fhir:v "2024-06-15T10:30:00+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:policyRule [
    ( fhir:coding [
fhir:system [
fhir:v "https://mzcr.cz/pravni-predpisy"^^xsd:anyURI ;
fhir:l <https://mzcr.cz/pravni-predpisy>       ] ;
fhir:code [ fhir:v "ZZS-372-2011-36" ] ;
fhir:display [ fhir:v "Dříve vyslovené přání dle §36 zákona č. 372/2011 Sb." ]     ] )
  ] . #