This page is part of the AU Core Implementation Guide 0.1.0 Draft. It is based on AU Base 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@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:DocumentReference;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "acp"]; #
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><b>Generated Narrative: DocumentReference</b><a name=\"acp\"> </a></p><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\">Resource DocumentReference "acp" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-documentreference.html\">AU Core DocumentReference</a></p></div><p><b>masterIdentifier</b>: id: urn:uuid:1421b2d5-7e43-4414-93c5-d1db160e5513</p><p><b>identifier</b>: id: urn:uuid:1421b2d5-7e43-4414-93c5-d1db160e5513</p><p><b>status</b>: current</p><p><b>docStatus</b>: final</p><p><b>type</b>: Advance Care Planning Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nctis-data-components-1#100.16998)</span></p><p><b>category</b>: Advance Care Information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nctis-data-components-1#100.16975)</span></p><p><b>subject</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> " WANG"</p><p><b>date</b>: 3 Nov 2019, 1:35:00 pm</p><p><b>author</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></p><p><b>authenticator</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></p><p><b>custodian</b>: <a href=\"Organization-bobrester-medical-center.html\">Organization/bobrester-medical-center</a> "Bobrester Medical Center"</p><p><b>description</b>: Mr. Li Wang's Advance Care Plan</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td>-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Hash</b></td></tr><tr><td>*</td><td>application/pdf</td><td><code>acp_attachment.pdf</code></td><td>IiZNlyLY4gyewfICeWhFe2NcDDw=</td></tr></table></blockquote></div>"
]; #
fhir:DocumentReference.masterIdentifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:1421b2d5-7e43-4414-93c5-d1db160e5513" ]
]; #
fhir:DocumentReference.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:1421b2d5-7e43-4414-93c5-d1db160e5513" ]
]; #
fhir:DocumentReference.status [ fhir:value "current"]; #
fhir:DocumentReference.docStatus [ fhir:value "final"]; #
fhir:DocumentReference.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1" ];
fhir:Coding.code [ fhir:value "100.16998" ];
fhir:Coding.display [ fhir:value "Advance Care Planning Document" ] ]
]; #
fhir:DocumentReference.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1" ];
fhir:Coding.code [ fhir:value "100.16975" ];
fhir:Coding.display [ fhir:value "Advance Care Information" ] ]
]; #
fhir:DocumentReference.subject [
fhir:Reference.reference [ fhir:value "Patient/wang-li" ]
]; #
fhir:DocumentReference.date [ fhir:value "2019-11-03T12:35:00+10:00"^^xsd:dateTime]; #
fhir:DocumentReference.author [
fhir:index 0;
fhir:Reference.reference [ fhir:value "PractitionerRole/bobrester-bob-gp" ]
]; #
fhir:DocumentReference.authenticator [
fhir:Reference.reference [ fhir:value "PractitionerRole/bobrester-bob-gp" ]
]; #
fhir:DocumentReference.custodian [
fhir:Reference.reference [ fhir:value "Organization/bobrester-medical-center" ]
]; #
fhir:DocumentReference.description [ fhir:value "Mr. Li Wang's Advance Care Plan"]; #
fhir:DocumentReference.content [
fhir:index 0;
fhir:DocumentReference.content.attachment [
fhir:Attachment.contentType [ fhir:value "application/pdf" ];
fhir:Attachment.url [ fhir:value "acp_attachment.pdf" ];
fhir:Attachment.hash [ fhir:value "IiZNlyLY4gyewfICeWhFe2NcDDw="^^xsd:base64Binary ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#0.1.0-draft based on FHIR 4.0.1. Generated 2023-03-01
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change