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

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Consent/054899d6-4868-40cb-a9cc-a52f93e2d22f> a fhir:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "054899d6-4868-40cb-a9cc-a52f93e2d22f"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/ps/StructureDefinition/cz-consent-ps" ;
       fhir:index -1 ;
       fhir:link <https://hl7.cz/fhir/ps/StructureDefinition/cz-consent-ps>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/note" ] ;
     fhir:Extension.valueAnnotation [
       fhir:Annotation.text [ fhir:value "Pacient byl opakovaně poučen dle §36 odst. 2, přání bylo potvrzeno v přítomnosti svědků." ]
     ]
  ] ;
  fhir:Consent.status [ fhir:value "active"] ;
  fhir:Consent.scope [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentscope" ] ;
       fhir:Coding.code [ fhir:value "adr" ] ;
       fhir:Coding.display [ fhir:value "Advanced Care Directive" ]
     ]
  ] ;
  fhir:Consent.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentcategorycodes" ] ;
       fhir:Coding.code [ fhir:value "acd" ] ;
       fhir:Coding.display [ fhir:value "Advance Directive" ]
     ]
  ] ;
  fhir:Consent.patient [
     fhir:Reference.reference [ fhir:value "urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57" ]
  ] ;
  fhir:Consent.dateTime [ fhir:value "2024-06-15T10:30:00+02:00"^^xsd:dateTime] ;
  fhir:Consent.performer [
     fhir:index -1 ;
     fhir:Reference.reference [ fhir:value "urn:uuid:f64bef19-c377-404a-bac2-23d2bbac8f3e" ]
  ] ;
  fhir:Consent.sourceAttachment [
     fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
     fhir:Attachment.title [ fhir:value "Dříve vyslovené přání – nesouhlas s dárcovstvím orgánů a tkání" ] ;
     fhir:Attachment.creation [ fhir:value "2024-06-15T10:30:00+02:00"^^xsd:dateTime ]
  ] ;
  fhir:Consent.policyRule [
     fhir:CodeableConcept.text [ fhir:value "Act No. 372/2011 Coll. in Section 36" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Consent/054899d6-4868-40cb-a9cc-a52f93e2d22f.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Consent/054899d6-4868-40cb-a9cc-a52f93e2d22f.ttl> .