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

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "KOrderAttachment-1",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "current",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "https://example.cz/files/korder-attachment-1.pdf",
        "title" : "Příloha k žádance"
      }
    }
  ]
}