Australian Base Implementation Guide (AU Base 2)

This page is part of the Australian Base IG (v2.2.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

Formats: Narrative,XML, JSON, Turtle

Raw json


{
  "resourceType" : "Composition",
  "id" : "multiple-information-recipients",
  "meta" : {
    "lastUpdated" : "2013-05-28T22:12:21Z",
    "profile" : [
      "http://hl7.org.au/fhir/StructureDefinition/au-composition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Information Recipient</b>: <a href=\"Patient-example0.html\">Franklin. Generated Summary: IHI: 8003608833357361, Medicare Number: 32788511952, Health Care Card Number: 307111942H; Stella Franklin ; sfranklin@amail.example.com; gender: female; birthDate: 1985-10-14</a></p><p><b>Information Recipient</b>: <a href=\"Practitioner-example0.html\">Doctor Mayo. Generated Summary: HPI-I: 8003619900015717, Prescriber Number: 453221, AHPRA Registration Number: MED0000932945, Care Agency Employee Identifier: 9003600003999997; active: true; Helen Mayo ; helen.mayo@downunderhospital.example.com; <span title=\"Codes: {urn:ietf:bcp:47 asf}\">Australian Sign Language</span></a></p><p><b>Information Recipient</b>: <a href=\"Organization-example0.html\">Downunder Hospital. Generated Summary: HPI-O: 8003621566684455; active: true; name: Downunder Hospital; helen.mayo@downunderhospital.example.com</a></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>: 3 Jun. 2018, 10:30:02 pm</p><p><b>author</b>: <a href=\"PractitionerRole-example0.html\">Doctor Mayo. Generated Summary: Medicare Provider Number: 1234561A; active: true; <span title=\"Codes: {http://snomed.info/sct 394579002}\">Cardiology</span>; Phone: 0255507777, Phone: 0255508888</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"
}
Issues & Feedback