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

Raw xml | Download


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