Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: dischargeSummary-min-example - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "dischargeSummary-min-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-04-27T16:06:04+12:00",
    "profile" : [
      🔗 "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-dischargesummary"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "U",
        "display" : "unrestricted"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference dischargeSummary-min-example</b></p><a name=\"dischargeSummary-min-example\"> </a><a name=\"hcdischargeSummary-min-example\"> </a><a name=\"dischargeSummary-min-example-en-US\"> </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\">version: 1; Last updated: 2021-04-27 16:06:04+1200</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-alex-dischargesummary.html\">Discharge Summary</a></p><p style=\"margin-bottom: 0px\">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34109-9}\">Note</span></p><p><b>subject</b>: <a href=\"https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b\">Mr Patient Testing</a></p><p><b>date</b>: 2020-10-22 15:46:17+1300</p><p><b>description</b>: Test Status Report</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://alexapi.medtechglobal.com.au/fhir/Binary/881f1ea3fc6059505d7f91eaa646d0f6\">https://alexapi.medtechglobal.com.au/fhir/Binary/881f1ea3fc6059505d7f91eaa646d0f6</a></td></tr></table></blockquote></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "34109-9",
        "display" : "Note"
      }
    ]
  },
  "subject" : {
    "reference" : "https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b",
    "display" : "Mr Patient Testing"
  },
  "date" : "2020-10-22T15:46:17+13:00",
  "description" : "Test Status Report",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "https://alexapi.medtechglobal.com.au/fhir/Binary/881f1ea3fc6059505d7f91eaa646d0f6"
      }
    }
  ]
}