AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 2.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-core/ and changes regularly. See the Directory of published versions
: DocumentReference - AU Patient Summary (external reference) - TTL Representation
Raw ttl | Download
@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/DocumentReference/aups-section-emptyreason> a fhir:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "aups-section-emptyreason"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentreference" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentreference>
]
] ;
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: DocumentReference aups-section-emptyreason</b></p><a name=\"aups-section-emptyreason\"> </a><a name=\"hcaups-section-emptyreason\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-documentreference.html\">AU Core DocumentReference</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Patient summary Document</span></p><p><b>subject</b>: <a href=\"Patient-banks-mia-leanne.html\">Mia Leanne Banks Female, DoB: 1983-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647261)</a></p><p><b>date</b>: 2025-01-08 15:08:15+1000</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"https://smile.sparked-fhir.com/aucore/fhir/DEFAULT/Bundle/aups-section-emptyreason\">https://smile.sparked-fhir.com/aucore/fhir/DEFAULT/Bundle/aups-section-emptyreason</a></td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>?? --> 2025-01-08</td></tr></table></div>"
] ;
fhir:DocumentReference.status [ fhir:value "current"] ;
fhir:DocumentReference.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:60591-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "60591-5" ] ;
fhir:Coding.display [ fhir:value "Patient summary Document" ]
]
] ;
fhir:DocumentReference.subject [
fhir:link <http://hl7.org/fhir/Patient/banks-mia-leanne> ;
fhir:Reference.reference [ fhir:value "Patient/banks-mia-leanne" ]
] ;
fhir:DocumentReference.date [ fhir:value "2025-01-08T15:08:15+10:00"^^xsd:dateTime] ;
fhir:DocumentReference.content [
fhir:index 0 ;
fhir:DocumentReference.content.attachment [
fhir:Attachment.contentType [ fhir:value "application/fhir+json" ] ;
fhir:Attachment.url [ fhir:value "https://smile.sparked-fhir.com/aucore/fhir/DEFAULT/Bundle/aups-section-emptyreason" ]
]
] ;
fhir:DocumentReference.context [
fhir:DocumentReference.context.period [
fhir:Period.end [ fhir:value "2025-01-08"^^xsd:date ]
]
] .
<http://hl7.org/fhir/Patient/banks-mia-leanne> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DocumentReference/aups-section-emptyreason.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DocumentReference/aups-section-emptyreason.ttl> .