@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "EventOtherNonCvVisit"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: Observation EventOtherNonCvVisit status: Finalcategory: Eventcode: Other non-CV visitsubject: Anonymous Patient (no stated gender), DoB Unknowneffective: 2025-06-11 12:00:00+0000value: Enter specific type of non-CV visit"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ a sct:272379006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "272379006" ] ; fhir:display [ fhir:v "Event" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Helper"^^xsd:anyURI ] ; fhir:code [ fhir:v "106" ] ; fhir:display [ fhir:v "Other non-CV visit" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2025-06-11T12:00:00.000+00:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:string ; fhir:v "Enter specific type of non-CV visit" ] . # # -------------------------------------------------------------------------------------
Generated Narrative: Observation EventOtherNonCvVisit
status: Final
category: Event
code: Other non-CV visit
subject: Anonymous Patient (no stated gender), DoB Unknown
effective: 2025-06-11 12:00:00+0000
value: Enter specific type of non-CV visit