AU Base Implementation Guide
4.2.2-ballot - Ballot
This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Composition",
"id" : "example0",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/StructureDefinition/au-composition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition example0</b></p><a name=\"example0\"> </a><a name=\"hcexample0\"> </a><a name=\"example0-en-AU\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 81337-8}\">Patient Goals, preferences, and priorities upon death</span></p><p><b>date</b>: 2018-03-04 12:30:02+0000</p><p><b>author</b>: <a href=\"RelatedPerson-example0.html\">Benedicte du Marche</a></p><p><b>title</b>: Stella's Final Wishes</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Personal</td><td>2018-03-04 12:30:02+0000</td><td><a href=\"RelatedPerson-example0.html\">RelatedPerson Benedicte du Marche </a></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" : [
// Related Person as Attester Party
{
"mode" : "personal",
"time" : "2018-03-04T12:30:02Z",
"party" : {
🔗 "reference" : "RelatedPerson/example0"
}
}
],
"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>"
}
}
]
}