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

: Pacient testovací example - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="Example-Patient"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient Example-Patient</b></p><a name="Example-Patient"> </a><a name="hcExample-Patient"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jan Novák  Male, DoB: 1980-01-01</p><hr/></div>
  </text>
  <name>
    <family value="Novák"/>
    <given value="Jan"/>
  </name>
  <gender value="male"/>
  <birthDate value="1980-01-01"/>
</Patient>