@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "consultationNotes-nodata-example"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2025-02-07T04:13:17.9637396+00:00"^^xsd:dateTime ] ] ; # fhir:type [ fhir:v "searchset"] ; # fhir:link ( [ fhir:relation [ fhir:v "self" ] ; fhir:url [ fhir:v "https://alexapitest.medtechglobal.com.au/fhir/DocumentReference?patient._id=29aa7550-a8c7-4398-bab4-ff78abe2ce75&type=http://loinc.org%7C11488-4"^^xsd:anyURI ] ] ) ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "https://alexapitest.medtechglobal.com.au/fhir/DocumentReference/793c12cb-a7e2-ef11-b72c-7c1e522b2821"^^xsd:anyURI ] ; fhir:resource ( ) ; fhir:search [ fhir:mode [ fhir:v "match" ] ] ] ) . # a fhir:DocumentReference ; fhir:id [ fhir:v "793c12cb-a7e2-ef11-b72c-7c1e522b2821"] ; # fhir:meta [ fhir:versionId [ fhir:v "793c12cb-a7e2-ef11-b72c-7c1e522b2821" ] ; fhir:lastUpdated [ fhir:v "2025-02-04T03:26:17.59+10:00"^^xsd:dateTime ] ; 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 793c12cb-a7e2-ef11-b72c-7c1e522b2821

version: 793c12cb-a7e2-ef11-b72c-7c1e522b2821; Last updated: 2025-02-04 03:26:17+1000

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

status: Current

type: Consult Note

subject: Louise Gold

date: 2025-02-04 03:26:17+1000

author: System Administrator

content

Attachments

-Extension
*

Contexts

-Period
*2025-02-04 03:21:17+1000 --> (ongoing)
"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "current"] ; # fhir:type [ fhir:coding ( [ a loinc:11488-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11488-4" ] ; fhir:display [ fhir:v "Consult Note" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "https://alexapitest.medtechglobal.com.au/fhir/Patient/29aa7550-a8c7-4398-bab4-ff78abe2ce75" ] ; fhir:display [ fhir:v "Louise Gold" ] ] ; # fhir:date [ fhir:v "2025-02-04T03:26:17.59+10:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "https://alexapitest.medtechglobal.com.au/fhir/Practitioner/fc819c42-ba44-4931-892b-203086977418" ] ; fhir:display [ fhir:v "System Administrator" ] ] ) ; # fhir:content ( [ fhir:attachment [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "unknown" ] ] ) ] ] ) ; # fhir:context [ fhir:period [ fhir:start [ fhir:v "2025-02-04T03:21:17+10:00"^^xsd:dateTime ] ] ] . # # -------------------------------------------------------------------------------------