{
  "resourceType" : "DocumentReference",
  "id" : "documentreferenceurl",
  "meta" : {
    "profile" : ["https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-documentreference"]
  },
  "language" : "en",
  "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><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\"/><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>: <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"
    }]
  }
}