This page is part of the Australian Base IG (v2.2.0-ballot: R3 Ballot) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions
Formats: Narrative,XML, JSON, Turtle
Raw json
{
"resourceType" : "Composition",
"id" : "composition-different-authors",
"meta" : {
"lastUpdated" : "2013-05-28T22:12:21Z",
"profile" : [
"http://hl7.org.au/fhir/StructureDefinition/au-composition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</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>: 3 Jun. 2018, 10:30:02 pm</p><p><b>author</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>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" : [
{
"title" : "Reason for admission",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "29299-5",
"display" : "Reason for visit Narrative"
}
]
},
"author" : [
{
"reference" : "Practitioner/example0",
"display" : "Doctor Mayo"
}
],
"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>"
}
},
{
"title" : "Medications on Discharge",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "10183-2",
"display" : "Hospital discharge medications Narrative"
}
]
},
"author" : [
{
"reference" : "PractitionerRole/example0",
"display" : "Cardiologist"
}
],
"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>"
}
}
]
}