AU Base Implementation Guide - Downloaded Version 7.0.0-ballot1 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/multiple-information-recipients> a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "multiple-information-recipients"] ;
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 "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition multiple-information-recipients</b></p><a name=\"multiple-information-recipients\"> </a><a name=\"hcmultiple-information-recipients\"> </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>Information Recipient</b>: <a href=\"Patient-example0.html\">Franklin</a></p><p><b>Information Recipient</b>: <a href=\"Practitioner-example0.html\">Doctor Mayo</a></p><p><b>Information Recipient</b>: <a href=\"Organization-example0.html\">Downunder Hospital</a></p><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=\"PractitionerRole-example0.html\">Doctor Mayo</a></p><p><b>title</b>: Discharge Summary</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/information-recipient" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Patient/example0> ;
fhir:Reference.reference [ fhir:value "Patient/example0" ] ;
fhir:Reference.display [ fhir:value "Franklin" ]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/information-recipient" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Practitioner/example0> ;
fhir:Reference.reference [ fhir:value "Practitioner/example0" ] ;
fhir:Reference.display [ fhir:value "Doctor Mayo" ]
]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/information-recipient" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Organization/example0> ;
fhir:Reference.reference [ fhir:value "Organization/example0" ] ;
fhir:Reference.display [ fhir:value "Downunder Hospital" ]
]
] ;
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/PractitionerRole/example0> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/example0" ] ;
fhir:Reference.display [ fhir:value "Doctor Mayo" ]
] ;
fhir:Composition.title [ fhir:value "Discharge Summary"] .
<http://hl7.org/fhir/Patient/example0> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/example0> a fhir:Practitioner .
<http://hl7.org/fhir/Organization/example0> a fhir:Organization .
<http://hl7.org/fhir/PractitionerRole/example0> a fhir:PractitionerRole .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Composition/multiple-information-recipients.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Composition/multiple-information-recipients.ttl> .
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#7.0.0-ballot1 based on FHIR 4.0.1. Generated 2026-07-27
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change