eLab posistemės integracijos dokumentacija - Local Development build (v0.3.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: provenance1 - TTL Representation
Peržiūrėti ttl | Atsisiųsti
Naujo resurso pateikimo metu ID bei versijos numerio reikšmės nėra pateikiamos. Po sėkmingo resurso pateikimo ar
atnaujinimo integracinis taškas grąžina resursą su sistemos priskirtu UUID V4 tipo ID bei versijos numeriu.
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - 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 <http://esveikata.lt/fhir/StructureDefinition/lt-provenance> ] )
] ; #
fhir:target ( [
fhir:reference [ fhir:v "ServiceRequest/serviceRequest1" ]
] [
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:reference [ fhir:v "PractitionerRole/practitionerRole1" ] ]
] ) . #