@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "VadFlowMeasurement"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation VadFlowMeasurement

status: Final

category: VAD measurements

code: VAD flow

subject: Anonymous Patient (no stated gender), DoB Unknown

effective: 2021-05-21 09:29:23+0000

value: 3 L/min

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Helper"^^xsd:anyURI ] ; fhir:code [ fhir:v "100" ] ; fhir:display [ fhir:v "VAD measurements" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Retention"^^xsd:anyURI ] ; fhir:code [ fhir:v "304" ] ; fhir:display [ fhir:v "VAD flow" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2021-05-21T09:29:23.356+00:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "3"^^xsd:decimal ] ; fhir:unit [ fhir:v "L/min" ] ] . # # -------------------------------------------------------------------------------------