@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DocumentReference ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "dischargeSummary-min-example"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2021-04-27T16:06:04+12:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-dischargesummary"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "U" ] ; fhir:display [ fhir:v "unrestricted" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: DocumentReference dischargeSummary-min-example

version: 1; Last updated: 2021-04-27 16:06:04+1200

Profile: Discharge Summary

Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')

status: Current

type: Note

subject: Mr Patient Testing

date: 2020-10-22 15:46:17+1300

content

Attachments

-ContentTypeUrl
*application/pdfhttps://alexapi.medtechglobal.com.au/fhir/Binary/881f1ea3fc6059505d7f91eaa646d0f6
"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "current"] ; # fhir:type [ fhir:coding ( [ a loinc:34109-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "34109-9" ] ; fhir:display [ fhir:v "Note" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b" ] ; fhir:display [ fhir:v "Mr Patient Testing" ] ] ; # fhir:date [ fhir:v "2020-10-22T15:46:17+13:00"^^xsd:dateTime] ; # fhir:content ( [ fhir:attachment [ fhir:contentType [ fhir:v "application/pdf" ] ; fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Binary/881f1ea3fc6059505d7f91eaa646d0f6"^^xsd:anyURI ] ] ] ) . # # -------------------------------------------------------------------------------------