AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Composition/different-authors> a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "different-authors"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2013-05-28T22:12:21Z"^^xsd:dateTime ] ;
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 class=\"res-header-id\"><b>Generated Narrative: Composition different-authors</b></p><a name=\"different-authors\"> </a><a name=\"hcdifferent-authors\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2013-05-28 22:12:21+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-composition.html\">AU Base Composition</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 18842-5}\">Discharge Summarization Note</span></p><p><b>date</b>: 2018-06-03 12:30:02+0000</p><p><b>author</b>: <a href=\"Practitioner-example0.html\">Doctor Mayo</a></p><p><b>title</b>: Discharge Summary</p></div>"
] ;
fhir:Composition.status [ fhir:value "final"] ;
fhir:Composition.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:18842-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "18842-5" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Discharge Summarization Note" ]
] ;
fhir:Composition.subject [
fhir:link <http://hl7.org/fhir/Patient/example0> ;
fhir:Reference.reference [ fhir:value "Patient/example0" ] ;
fhir:Reference.display [ fhir:value "Franklin" ]
] ;
fhir:Composition.date [ fhir:value "2018-06-03T12:30:02Z"^^xsd:dateTime] ;
fhir:Composition.author [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/example0> ;
fhir:Reference.reference [ fhir:value "Practitioner/example0" ] ;
fhir:Reference.display [ fhir:value "Doctor Mayo" ]
] ;
fhir:Composition.title [ fhir:value "Discharge Summary"] ;
fhir:Composition.section [
fhir:index 0 ;
fhir:Composition.section.title [ fhir:value "Reason for admission" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:29299-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "29299-5" ] ;
fhir:Coding.display [ fhir:value "Reason for visit Narrative" ]
]
] ;
fhir:Composition.section.author [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/example0> ;
fhir:Reference.reference [ fhir:value "Practitioner/example0" ] ;
fhir:Reference.display [ fhir:value "Doctor Mayo" ]
] ;
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.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>"
]
], [
fhir:index 1 ;
fhir:Composition.section.title [ fhir:value "Medications on Discharge" ] ;
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:10183-2 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "10183-2" ] ;
fhir:Coding.display [ fhir:value "Hospital discharge medications Narrative" ]
]
] ;
fhir:Composition.section.author [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/PractitionerRole/example0> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/example0" ] ;
fhir:Reference.display [ fhir:value "Cardiologist" ]
] ;
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.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>"
]
] .
<http://hl7.org/fhir/Patient/example0> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/example0> a fhir:Practitioner .
<http://hl7.org/fhir/PractitionerRole/example0> a fhir:PractitionerRole .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Composition/different-authors.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Composition/different-authors.ttl> .
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#6.0.1-ci-build based on FHIR 4.0.1. Generated 2026-07-02
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change