@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Provenance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "provenance1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-provenance"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:target ( [ fhir:link ; fhir:reference [ fhir:v "ServiceRequest/serviceRequest1" ] ] [ fhir:link ; fhir:reference [ fhir:v "Specimen/specimen1" ] ] ) ; # fhir:recorded [ fhir:v "2023-02-07T13:28:17.239+02:00"^^xsd:dateTime] ; # fhir:activity [ fhir:coding ( [ fhir:system [ fhir:v "http://esveikata.lt/classifiers/EventType"^^xsd:anyURI ] ; fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "Laboratorinio tyrimo rezultatų (duomenų) protokolo pateikimas" ] ] ) ] ; # fhir:agent ( [ fhir:who [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ] ] ] ) . # # -------------------------------------------------------------------------------------