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

: Composition example for Patient Summary L1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cz-example-composition-ps-L1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/ps/StructureDefinition/cz-composition-ps"^^xsd:anyURI ;
fhir:l <https://hl7.cz/fhir/ps/StructureDefinition/cz-composition-ps>     ] )
  ] ; # 
  fhir:language [ fhir:v "cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Patient summary - Karel Budějovický</h2><p>Pacientský sourhn Karel Budějovický v L1 úrovni</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:60591-5 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "60591-5" ] ;
fhir:display [ fhir:v "Patient summary document" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l <urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57> ;
fhir:reference [ fhir:v "urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57" ]
  ] ; # 
  fhir:date [ fhir:v "2024-01-01T12:00:00Z"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:l <urn:uuid:f64bef19-c377-404a-bac2-23d2bbac8f3e> ;
fhir:reference [ fhir:v "urn:uuid:f64bef19-c377-404a-bac2-23d2bbac8f3e" ]
  ] ) ; # 
  fhir:title [ fhir:v "PS L1 pacienta - Karel Budějovský"] ; # 
  fhir:confidentiality [ fhir:v "N"] ; # 
  fhir:custodian [
fhir:l <urn:uuid:e206d37b-cfd4-4f10-ad09-ba78038847ca> ;
fhir:reference [ fhir:v "urn:uuid:e206d37b-cfd4-4f10-ad09-ba78038847ca" ]
  ] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Prezented Form Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:60591-5 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "60591-5" ] ;
fhir:display [ fhir:v "Patient summary document" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Prezented Form Section obsahující PDF dokument</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:fe437ba4-9e0b-4d45-8db3-228c7c05abc0> ;
fhir:reference [ fhir:v "urn:uuid:fe437ba4-9e0b-4d45-8db3-228c7c05abc0" ]     ] )
  ] ) . #