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 - 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"] ; # 
  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ý</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 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" ]     ] )
  ] [
fhir:title [ fhir:v "Advance Directives Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:42348-3 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "42348-3" ] ;
fhir:display [ fhir:v "Advance directives" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Advance Directives Section obsahující informace o pokynech pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:ad-directive-example> ;
fhir:reference [ fhir:v "urn:uuid:ad-directive-example" ]     ] )
  ] [
fhir:title [ fhir:v "Travel History Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:10182-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "10182-4" ] ;
fhir:display [ fhir:v "Travel history" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Travel History Section obsahující informace o cestách pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:travel-history-example> ;
fhir:reference [ fhir:v "urn:uuid:travel-history-example" ]     ] )
  ] [
fhir:title [ fhir:v "Allergy Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:48765-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "48765-2" ] ;
fhir:display [ fhir:v "Allergy and adverse reactions" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Allergy Section obsahující informace o alergiích pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:allergy-example> ;
fhir:reference [ fhir:v "urn:uuid:allergy-example" ]     ] )
  ] [
fhir:title [ fhir:v "Alert Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:104605-1 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "104605-1" ] ;
fhir:display [ fhir:v "Alerts" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Alert Section obsahující informace o upozorněních pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:alert-example> ;
fhir:reference [ fhir:v "urn:uuid:alert-example" ]     ] )
  ] [
fhir:title [ fhir:v "Immunizations Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11369-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "11369-6" ] ;
fhir:display [ fhir:v "Immunizations" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Immunizations Section obsahující informace o očkováních pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:immunization-example> ;
fhir:reference [ fhir:v "urn:uuid:immunization-example" ]     ] )
  ] [
fhir:title [ fhir:v "Past Illness History Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11348-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "11348-0" ] ;
fhir:display [ fhir:v "Past illness history" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Past Illness History Section obsahující informace o minulých onemocněních pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:past-illness-history-example> ;
fhir:reference [ fhir:v "urn:uuid:past-illness-history-example" ]     ] )
  ] [
fhir:title [ fhir:v "Patient History Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:35090-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "35090-0" ] ;
fhir:display [ fhir:v "Patient history" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient History Section obsahující informace o zdravotní historii pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:patient-history-example> ;
fhir:reference [ fhir:v "urn:uuid:patient-history-example" ]     ] )
  ] [
fhir:title [ fhir:v "Medication Summary Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:10160-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "Medication summary" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication Summary Section obsahující informace o lécích pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:medication-summary-example> ;
fhir:reference [ fhir:v "urn:uuid:medication-summary-example" ]     ] )
  ] [
fhir:title [ fhir:v "Alcohol Use Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11331-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "11331-6" ] ;
fhir:display [ fhir:v "Alcohol use" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Alcohol Use Section obsahující informace o užívání alkoholu pacientem</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:alcohol-use-example> ;
fhir:reference [ fhir:v "urn:uuid:alcohol-use-example" ]     ] )
  ] [
fhir:title [ fhir:v "Tobacco Use Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11367-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "11367-0" ] ;
fhir:display [ fhir:v "Tobacco use" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Tobacco Use Section obsahující informace o užívání tabáku pacientem</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:tobacco-use-example> ;
fhir:reference [ fhir:v "urn:uuid:tobacco-use-example" ]     ] )
  ] [
fhir:title [ fhir:v "Drug Use Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11343-1 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "11343-1" ] ;
fhir:display [ fhir:v "Drug use" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Drug Use Section obsahující informace o užívání drog pacientem</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:drug-use-example> ;
fhir:reference [ fhir:v "urn:uuid:drug-use-example" ]     ] )
  ] [
fhir:title [ fhir:v "Other Addictions Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:29762-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "29762-2" ] ;
fhir:display [ fhir:v "Other addictions" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Other Addictions Section obsahující informace o jiných závislostech pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:other-addictions-example> ;
fhir:reference [ fhir:v "urn:uuid:other-addictions-example" ]     ] )
  ] [
fhir:title [ fhir:v "Current Pregnancy Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:82810-3 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "82810-3" ] ;
fhir:display [ fhir:v "Current pregnancy" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Current Pregnancy Section obsahující informace o aktuální graviditě pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:current-pregnancy-example> ;
fhir:reference [ fhir:v "urn:uuid:current-pregnancy-example" ]     ] )
  ] [
fhir:title [ fhir:v "Pregnancy History Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:56833-7 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "56833-7" ] ;
fhir:display [ fhir:v "Pregnancy history" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Pregnancy History Section obsahující informace o graviditách v minulosti pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:pregnancy-history-example> ;
fhir:reference [ fhir:v "urn:uuid:pregnancy-history-example" ]     ] )
  ] [
fhir:title [ fhir:v "Results Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:30954-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "30954-2" ] ;
fhir:display [ fhir:v "Results" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Results Section obsahující informace o výsledcích vyšetření pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:results-example> ;
fhir:reference [ fhir:v "urn:uuid:results-example" ]     ] )
  ] [
fhir:title [ fhir:v "Care Plan Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:18776-5 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "18776-5" ] ;
fhir:display [ fhir:v "Care plan" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Care Plan Section obsahující informace o plánu péče o pacienta</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:care-plan-example> ;
fhir:reference [ fhir:v "urn:uuid:care-plan-example" ]     ] )
  ] [
fhir:title [ fhir:v "Attachments Section" ] ;
fhir:code [
      ( fhir:coding [
a loinc:77599-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "77599-9" ] ;
fhir:display [ fhir:v "Attachments" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Attachments Section obsahující přílohy k pacientskému souhrnu</div>"^^rdf:XMLLiteral ]     ] ;
    ( fhir:entry [
fhir:l <urn:uuid:attachments-example> ;
fhir:reference [ fhir:v "urn:uuid:attachments-example" ]     ] )
  ] ) . #