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

Generated Narrative: Observation LightSleepTimeSmartwatch

status: Final

category: Light sleep

code: Duration

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

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

value: 360 min

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ a sct:29373008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "29373008" ] ; fhir:display [ fhir:v "Light sleep" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:762636008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "762636008" ] ; fhir:display [ fhir:v "Duration" ] ] ) ] ; # 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 "360"^^xsd:decimal ] ; fhir:unit [ fhir:v "min" ] ] . # # -------------------------------------------------------------------------------------