HL7 Czech K-Order Implementation Guide
0.0.3 - ci-build Czechia flag

HL7 Czech K-Order Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/k-order/ and changes regularly. See the Directory of published versions

: KOrderAttachment-1 - XML Representation

Raw xml | Download


<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="KOrderAttachment-1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: DocumentReference KOrderAttachment-1</b></p><a name="KOrderAttachment-1"> </a><a name="hcKOrderAttachment-1"> </a><p><b>status</b>: Current</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style="display: none">*</td><td>application/pdf</td><td><a href="https://example.cz/files/korder-attachment-1.pdf">https://example.cz/files/korder-attachment-1.pdf</a></td><td>Příloha k žádance</td></tr></table></blockquote></div>
  </text>
  <status value="current"/>
  <content>
    <attachment>
      <contentType value="application/pdf"/>
      <url value="https://example.cz/files/korder-attachment-1.pdf"/>
      <title value="Příloha k žádance"/>
    </attachment>
  </content>
</DocumentReference>