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. Page versions: R5 R4 R3
Formats: Narrative,XML, JSON, Turtle
Raw ttl
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - 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 <http://hl7.org.au/fhir/StructureDefinition/au-composition> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.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 81337-8}\">Patient Goals, preferences, and priorities upon death</span></p><p><b>date</b>: 4 Mar. 2018, 11:30:02 pm</p><p><b>author</b>: <a href=\"RelatedPerson-example0.html\">Benedicte du Marche. Generated Summary: INSEE: 272117510400399 (USUAL); active: true; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0131 N}, {http://terminology.hl7.org/CodeSystem/v3-RoleCode WIFE}\">Next-of-Kin</span>; Benedicte du Marche ; Phone: +33 (237) 998327; gender: female</a></p><p><b>title</b>: Stella's Final Wishes</p><h3>Attesters</h3><table class=\"grid\"><tr><td>-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td>*</td><td>personal</td><td>4 Mar. 2018, 11:30:02 pm</td><td><a href=\"RelatedPerson-example0.html\">Generated Summary: INSEE: 272117510400399 (USUAL); active: true; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0131 N}, {http://terminology.hl7.org/CodeSystem/v3-RoleCode WIFE}\">Next-of-Kin</span>; Benedicte du Marche ; Phone: +33 (237) 998327; gender: female</a></td></tr></table></div>"
];
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: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: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: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 "<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>" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.