eHealth Platform Federal Core Profiles
2.1.1 - STU1 Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.1.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: documentreferencebinary - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "documentreferencebinary",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-documentreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference </b><a name=\"documentreferencebinary\"> </a><a name=\"hcdocumentreferencebinary\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceDocumentReference &quot;documentreferencebinary&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-documentreference.html\">BeDocumentReference</a></p></div><p><b>status</b>: current</p><p><b>category</b>: Outpatient Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#34108-1)</span></p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Patient/patient1</a> &quot; LA PARADISIO&quot;</p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole1.html\">PractitionerRole/practitionerrole1</a></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>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td>(base64 data - 137 bytes)</td></tr></table></blockquote></div>"
  },
  "status" : "current",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "34108-1",
          "display" : "Outpatient Note"
        }
      ],
      "text" : "Outpatient Note"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient1"
  },
  "author" : [
    {
      🔗 "reference" : "PractitionerRole/practitionerrole1"
    }
  ],
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "data" : "JVBERi0xLjANCjEgMCBvYmo8PC9QYWdlcyAyIDAgUj4+ZW5kb2JqIDIgMCBvYmo8PC9LaWRzWzMgMCBSXS9Db3VudCAxPj5lbmRvYmogMyAwIG9iajw8L01lZGlhQm94WzAgMCAzIDNdPj5lbmRvYmoNCnRyYWlsZXI8PC9Sb290IDEgMCBSPj4="
      }
    }
  ]
}