FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Composition |
| Id | Composition-different-authors.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Composition different-authors
Last updated: 2013-05-28 22:12:21+0000
Profile: AU Base Composition
status: Final
type: Discharge Summarization Note
date: 2018-06-03 12:30:02+0000
author: Doctor Mayo
title: Discharge Summary
{
"resourceType": "Composition",
"id": "different-authors",
"meta": {
"lastUpdated": "2013-05-28T22:12:21Z",
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-composition"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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>"
}
}
]
}