@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "observation-search-bundle-example"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2024-02-14T00:16:24.960+13:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/observation-search-bundle"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:type [ fhir:v "searchset"] ; # fhir:link ( [ fhir:relation [ fhir:v "self" ] ; fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Observation?patient.identifier=https%3A%2F%2Fns.electronichealth.net.au%2Fns%2Fihi-id%7CABC2345"^^xsd:anyURI ] ] ) ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/observation/observation-example"^^xsd:anyURI ] ; fhir:resource ( ) ; fhir:search [ fhir:mode [ fhir:v "match" ] ] ] ) . # a fhir:Observation ; fhir:id [ fhir:v "1.0ple"] ; # fhir:meta [ fhir:versionId [ fhir:v "1.0" ] ; fhir:lastUpdated [ fhir:v "2021-03-24T05:11:12.000+13:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation 1.0ple

version: 1.0; Last updated: 2021-03-24 05:11:12+1300

status: Final

code: Blood Pressure

subject: https://alexapi.medtechglobal.com/fhir/Patient/8857d20b0da6fc9df664205ce8333f82

effective: 2021-05-06 16:15:33+1200

performer: https://alexapi.medtechglobal.com/fhir/Practitioner/2acc75900580034dcc5ba06a86728212

interpretation: H

component

code: Systolic

value: 149.0

component

code: Diastolic

value: 85.0

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:text [ fhir:v "Blood Pressure" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com/fhir/Patient/8857d20b0da6fc9df664205ce8333f82" ] ] ; # fhir:effective [ a fhir:instant ; fhir:v "2021-05-06T16:15:33+12:00"^^xsd:dateTime ] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com/fhir/Practitioner/2acc75900580034dcc5ba06a86728212" ] ] ) ; # fhir:interpretation ( [ fhir:coding ( [ fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/observation-interpretation"^^xsd:anyURI ] ; fhir:code [ fhir:v "H" ] ] ) ] ) ; # fhir:component ( [ fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt"^^xsd:anyURI ] ; fhir:code [ fhir:v "Systolic" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v 149.0 ] ] ] [ fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt"^^xsd:anyURI ] ; fhir:code [ fhir:v "Diastolic" ] ] ) ] ; fhir:value [ a fhir:string ; fhir:v "85.0" ] ] ) . # # -------------------------------------------------------------------------------------