Australian Base Implementation Guide (AU Base 2)

This page is part of the Australian Base IG (v2.1.0: AU Base 2 on R4) based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: Composition-multiple-information-recipients-and-author-role

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Composition",
  "id" : "multiple-information-recipients-and-author-role",
  "meta" : {
    "lastUpdated" : "2013-05-28T22:12:21Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: multiple-information-recipients-and-author-role</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>type</b>: <span title=\"Codes: {http://loinc.org 18842-5}\">Discharge Summarization Note</span></p><p><b>date</b>: 03/06/2018 10:30:02 PM</p><p><b>author</b>: <a href=\"PractitionerRole-example0.html\">Doctor Mayo. Generated Summary: id: example0; Medicare Provider Number = 2426621B; active; <span title=\"Codes: {http://snomed.info/sct 17561000}\">Cardiologist</span>; ph: 025553333(WORK)</a></p><p><b>title</b>: Discharge Summary</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/information-recipient",
      "valueReference" : {
        "reference" : "Patient/example0",
        "display" : "Franklin"
      }
    },
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/information-recipient",
      "valueReference" : {
        "reference" : "Practitioner/example0",
        "display" : "Doctor Mayo"
      }
    },
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/information-recipient",
      "valueReference" : {
        "reference" : "Organization/example0",
        "display" : "Downunder Hospital"
      }
    }
  ],
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18842-5"
      }
    ],
    "text" : "Discharge Summarization Note"
  },
  "subject" : {
    "reference" : "Patient/example0",
    "display" : "Franklin"
  },
  "date" : "2018-06-03T12:30:02Z",
  "author" : [
    {
      "reference" : "PractitionerRole/example0",
      "display" : "Doctor Mayo"
    }
  ],
  "title" : "Discharge Summary"
}