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

Generated Narrative: Observation WhiteBloodCells

identifier: Month 16/?ngen-9?

status: Final

category: Laboratory test

code: Leukocyte

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

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

value: 9 K/UL

"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Category"^^xsd:anyURI ] ; fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "Month 16" ] ] ) ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ a sct:LABS ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "LABS" ] ; fhir:display [ fhir:v "Laboratory test" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:52501007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "52501007" ] ; fhir:display [ fhir:v "Leukocyte" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2025-06-13T12:00:00.000+00:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "9"^^xsd:decimal ] ; fhir:unit [ fhir:v "K/UL" ] ] . # # -------------------------------------------------------------------------------------