@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example0"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-composition"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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:Composition.status [ fhir:value "final"]; fhir:Composition.type [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:81337-8; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "81337-8" ]; fhir:Coding.display [ fhir:value "Patient Goals, preferences, and priorities upon death" ] ] ]; fhir:Composition.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example0" ]; fhir:Reference.display [ fhir:value "Stella Franklin" ] ]; fhir:Composition.date [ fhir:value "2018-03-04T12:30:02Z"^^xsd:dateTime]; fhir:Composition.author [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "RelatedPerson/example0" ]; fhir:Reference.display [ fhir:value "Benedicte du Marche" ] ]; fhir:Composition.title [ fhir:value "Stella's Final Wishes"]; fhir:Composition.attester [ fhir:index 0; fhir:Composition.attester.mode [ fhir:value "personal" ]; fhir:Composition.attester.time [ fhir:value "2018-03-04T12:30:02Z"^^xsd:dateTime ]; fhir:Composition.attester.party [ fhir:link ; fhir:Reference.reference [ fhir:value "RelatedPerson/example0" ] ] ]; fhir:Composition.section [ fhir:index 0; fhir:Composition.section.title [ fhir:value "Patient goals and priorities upon death" ]; fhir:Composition.section.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.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
" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------