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

Generated Narrative: Observation CaloriesSmartwatch

status: Final

code: calorie

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

effective: 2025-06-10 12:00:00+0000

value: 400 kcal

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ a sct:258790008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "258790008" ] ; fhir:display [ fhir:v "calorie" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2025-06-10T12:00:00.000+00:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "400"^^xsd:decimal ] ; fhir:unit [ fhir:v "kcal" ] ] . # # -------------------------------------------------------------------------------------