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

Generated Narrative: Procedure example-nursing-intervention

Intervention Goal Reference: Goal: lifecycleStatus = active; description =

status: Completed

code: Procedure

subject: Jane Doe Female, DoB Unknown

Performers

-Actor
*Practitioner Nightingale
"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://clinyqai.github.io/open-nursing-core-ig/StructureDefinition/intervention-goal-reference"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:Reference ; fhir:l ; fhir:reference [ fhir:v "Goal/example-patient-goal" ] ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ fhir:coding ( [ a sct:71388002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "71388002" ] ; fhir:display [ fhir:v "Procedure" ] ] ) ] ; # fhir:subject [ fhir:l ; fhir:reference [ fhir:v "Patient/patient-example-jane" ] ] ; # fhir:performer ( [ fhir:actor [ fhir:l ; fhir:reference [ fhir:v "Practitioner/practitioner-example" ] ] ] ) . # # -------------------------------------------------------------------------------------