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

Generated Narrative: Observation EventDeath

status: Final

category: Event

code: Death

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

effective: 2021-05-21 09:29:23+0000

value: Enter specific cause of death

"^^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 ( [ a sct:419620001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "419620001" ] ; fhir:display [ fhir:v "Death" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2021-05-21T09:29:23.356+00:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/TypeDeath"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "non-CV" ] ] ) ; fhir:text [ fhir:v "Enter specific cause of death" ] ] . # # -------------------------------------------------------------------------------------