Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: Composition-composition-different-authors

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Composition",
  "id" : "composition-different-authors",
  "meta" : {
    "lastUpdated" : "2013-05-28T22:12:21Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: composition-different-authors</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>type</b>: Discharge Summarization Note <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '18842-5' = 'Discharge summary)</span></p><p><b>date</b>: 03/06/2018 10:30:02 PM</p><p><b>author</b>: <a href=\"Practitioner-example0.html\">Doctor Mayo. Generated Summary: id: example0; HPI-I = 8003619900015717, Prescriber Number = 453221; active; Helen Mayo ; helen.mayo@downunderhospital.com.au(WORK)</a></p><p><b>title</b>: Discharge Summary</p></div>"
  },
  "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" : "Practitioner/example0",
      "display" : "Doctor Mayo"
    }
  ],
  "title" : "Discharge Summary",
  "section" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/section-author",
          "valueReference" : {
            "reference" : "Practitioner/example0",
            "display" : "Doctor Mayo"
          }
        }
      ],
      "title" : "Reason for admission",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "29299-5",
            "display" : "Reason for visit Narrative"
          }
        ]
      },
      "text" : {
        "status" : "extensions",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <p> This section content has been authored by practitioner:<a href=\"Practitioner-example0.html\">Dr. Mayo</a>\n                </p>\n            </div>"
      }
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/section-author",
          "valueReference" : {
            "reference" : "PractitionerRole/example0",
            "display" : "Cardiologist"
          }
        }
      ],
      "title" : "Medications on Discharge",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "10183-2",
            "display" : "Hospital discharge medications Narrative"
          }
        ]
      },
      "text" : {
        "status" : "extensions",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <p> This section content has been authored by practitionerRole:<a href=\"PractitionerRole-example0.html\">Cardiologist</a>\n                </p>\n            </div>"
      }
    }
  ]
}