Australian Base Implementation Guide (AU Base 1.1.1)

This page is part of the Australian Base IG (v1.1.1: AU Base 1.1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

Example: Composition-example0

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Composition",
  "id" : "example0",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example0</p><p><b>status</b>: final</p><p><b>type</b>: Patient Goals, preferences, and priorities upon death <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '81337-8' = 'Patient Goals, preferences, and priorities upon death', given as 'Patient Goals, preferences, and priorities upon death'})</span></p><p><b>date</b>: 04/03/2018 11:30:02 PM</p><p><b>author</b>: <a href=\"RelatedPerson-example0.html\">Benedicte du Marche. Generated Summary: id: example0; INSEE = 272117510400399 (USUAL); active; <span title=\"Codes: {http://hl7.org/fhir/v2/0131 N}, {http://hl7.org/fhir/v3/RoleCode WIFE}\">Next-of-Kin</span>; Benedicte du Marche ; ph: +33 (237) 998327; gender: female; </a></p><p><b>title</b>: Stella's Final Wishes</p><h3>Attesters</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Mode</b></td><td><b>Time</b></td></tr><tr><td>*</td><td/><td>personal</td><td>04/03/2018 11:30:02 PM</td></tr></table></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "81337-8",
        "display" : "Patient Goals, preferences, and priorities upon death"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example0",
    "display" : "Stella Franklin"
  },
  "date" : "2018-03-04T12:30:02Z",
  "author" : [
    {
      "reference" : "RelatedPerson/example0",
      "display" : "Benedicte du Marche"
    }
  ],
  "title" : "Stella's Final Wishes",
  "attester" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/attester-related-party",
          "valueReference" : {
            "reference" : "RelatedPerson/example0"
          }
        }
      ],
      "mode" : [
        "personal"
      ],
      "time" : "2018-03-04T12:30:02Z"
    }
  ],
  "section" : [
    {
      "title" : "Patient goals and priorities upon death",
      "text" : {
        "status" : "additional",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n        <p>\n          <b>Additional Narrative</b>\n        </p>\n        <p><b>Goals, Preferences and Priorities</b>: The washing of the body should be carried out by someone of the same sex.</p>        \n      </div>"
      }
    }
  ]
}