FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Composition |
| Id | Composition-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Composition example0
Profile: AU Base Composition
status: Final
type: Patient Goals, preferences, and priorities upon death
date: 2018-03-04 12:30:02+0000
author: Benedicte du Marche
title: Stella's Final Wishes
| Mode | Time | Party |
| Personal | 2018-03-04 12:30:02+0000 | RelatedPerson Benedicte du Marche |
{
"resourceType": "Composition",
"id": "example0",
"meta": {
"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": "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": [
{
"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>"
}
}
]
}