@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-goal-evaluation"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/onc-goal-evaluation"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: Observation example-goal-evaluation

status: Final

category: Survey

code: Follow-up assessment

subject: Jane Doe Female, DoB Unknown

focus: Goal: lifecycleStatus = active; description =

performer: Practitioner Nightingale

value: Objective achieved

"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "survey" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:390906007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "390906007" ] ; fhir:display [ fhir:v "Follow-up assessment" ] ] ) ] ; # fhir:subject [ fhir:l ; fhir:reference [ fhir:v "Patient/patient-example-jane" ] ] ; # fhir:focus ( [ fhir:l ; fhir:reference [ fhir:v "Goal/example-patient-goal" ] ] ) ; # fhir:performer ( [ fhir:l ; fhir:reference [ fhir:v "Practitioner/practitioner-example" ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:385652002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "385652002" ] ; fhir:display [ fhir:v "Objective achieved" ] ] ) ] . # # -------------------------------------------------------------------------------------