eHealth Platform Federal Core Profiles
2.1.2 - STU1 Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.1.2: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: documentreferenceurl - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "documentreferenceurl",
  "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 class=\"res-header-id\"><b>Generated Narrative: DocumentReference documentreferenceurl</b></p><a name=\"documentreferenceurl\"> </a><a name=\"hcdocumentreferenceurl\"> </a><a name=\"documentreferenceurl-en-US\"> </a><p><b>status</b>: Current</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 34108-1}\">Outpatient Note</span></p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Josephine Nessa La Paradisio (official) Female, DoB: 1979-12-11 ( Medical record number: 45XXP0PA-4\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole1.html\">PractitionerRole physician</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>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf\">https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf</a></td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DocumentReference-documentreferencebinary.html\">DocumentReference: status = current; category = Outpatient Note</a></td></tr></table></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",
        "url" : "https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf"
      }
    }
  ],
  "context" : {
    "related" : [
      {
        🔗 "reference" : "DocumentReference/documentreferencebinary"
      }
    ]
  }
}