@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example0"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-composition"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Composition

Resource Composition "example0"

Profile: AU Base Composition

status: final

type: Patient Goals, preferences, and priorities upon death (LOINC#81337-8)

date: 2018-03-04 12:30:02+0000

author: RelatedPerson/example0: Benedicte du Marche " DU MARCHE"

title: Stella's Final Wishes

Attesters

-ModeTimeParty
*personal2018-03-04 12:30:02+0000RelatedPerson/example0 " DU MARCHE"
" ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ fhir:coding ( [ a loinc:81337-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "81337-8" ] ; fhir:display [ fhir:v "Patient Goals, preferences, and priorities upon death" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example0" ] ; fhir:display [ fhir:v "Stella Franklin" ] ] ; # fhir:date [ fhir:v "2018-03-04T12:30:02Z"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "RelatedPerson/example0" ] ; fhir:display [ fhir:v "Benedicte du Marche" ] ] ) ; # fhir:title [ fhir:v "Stella's Final Wishes"] ; # fhir:attester ( [ fhir:mode [ fhir:v "personal" ] ; fhir:time [ fhir:v "2018-03-04T12:30:02Z"^^xsd:dateTime ] ; fhir:party [ fhir:link ; fhir:reference [ fhir:v "RelatedPerson/example0" ] ] ] ) ; # Related Person as Attester Party fhir:section ( [ fhir:title [ fhir:v "Patient goals and priorities upon death" ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "
\n

\n Additional Narrative\n

\n

Goals, Preferences and Priorities: The washing of the body should be carried out by someone of the same sex.

\n
" ] ] ) . # # -------------------------------------------------------------------------------------