@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "EventPatientCategoryChange"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: Observation EventPatientCategoryChange status: Finalcategory: Eventcode: Changed statussubject: Anonymous Patient (no stated gender), DoB Unknowneffective: 2025-06-11 12:00:00+0000value: Enter specific type of change"^^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:263703002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "263703002" ] ; fhir:display [ fhir:v "Changed status" ] ] ) ] ; # 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 change" ] . # # -------------------------------------------------------------------------------------
Generated Narrative: Observation EventPatientCategoryChange
status: Final
category: Event
code: Changed status
subject: Anonymous Patient (no stated gender), DoB Unknown
effective: 2025-06-11 12:00:00+0000
value: Enter specific type of change