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

Generated Narrative: Observation PulmonaryRales

identifier: Baseline/?ngen-9?

status: Final

category: Clinical

code: Respiratory crackles

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

effective: 2024-01-15 09:29:23+0000

value: false

"^^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 "0" ] ; fhir:display [ fhir:v "Baseline" ] ] ) ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ a sct:58147004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "58147004" ] ; fhir:display [ fhir:v "Clinical" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:48409008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "48409008" ] ; fhir:display [ fhir:v "Respiratory crackles" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2024-01-15T09:29:23.356+00:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:boolean ; fhir:v false ] . # # -------------------------------------------------------------------------------------