@prefix fhir: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "e200-r_oneSpecimen_twoServiceRequests"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/e200-bundle"^^xsd:anyURI ;
fhir:l
] )
] ; #
fhir:type [ fhir:v "transaction"] ; #
fhir:entry ( [
fhir:fullUrl [
fhir:v "urn:uuid:444e4444-e44b-44d4-a444-444444444444"^^xsd:anyURI ;
fhir:l
] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [
fhir:v "Specimen"^^xsd:anyURI ;
fhir:l fhir:Specimen
]
]
] [
fhir:fullUrl [
fhir:v "urn:uuid:111e1111-e11b-41d1-a111-111111111111"^^xsd:anyURI ;
fhir:l
] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [
fhir:v "Provenance"^^xsd:anyURI ;
fhir:l fhir:Provenance
]
]
] ) . #
a fhir:Specimen ;
fhir:id [ fhir:v "Inline-Instance-for-e200-r_oneSpecimen_twoServiceRequests-1"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-specimen"^^xsd:anyURI ;
fhir:l
] )
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/specimen-performer"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [
a fhir:Reference ;
fhir:l ;
fhir:reference [ fhir:v "Organization/555e5555-e55b-45d5-a555-555555555555" ]
]
] ) ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://esveikata.lt/classifiers/Specimen/RegistrationCode"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [ fhir:v "12345" ]
] [
fhir:system [
fhir:v "http://esveikata.lt/classifiers/Specimen/RegistrationCode"^^xsd:anyURI ;
fhir:l
]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
fhir:coding ( [
fhir:system [
fhir:v "https://www.medicinosnk.lt/processed-specimen"^^xsd:anyURI ;
fhir:l
] ;
fhir:code [ fhir:v "St" ] ;
fhir:display [ fhir:v "Išmatos" ]
] )
] ; #
fhir:subject [
fhir:identifier [
fhir:system [
fhir:v "http://esveikata.lt/Identifier/Patient/ESPBI"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [ fhir:v "1222778810" ]
]
] ; #
fhir:receivedTime [ fhir:v "2026-05-26T11:26:26.000Z"^^xsd:dateTime] ; #
fhir:request ( [
fhir:l ;
fhir:reference [ fhir:v "ServiceRequest/serviceRequest1" ]
] [
fhir:l ;
fhir:reference [ fhir:v "ServiceRequest/serviceRequest2" ]
] ) ; #
fhir:collection [
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [
fhir:v "http://esveikata.lt/fhir/CodeSystem/bodyPosition"^^xsd:anyURI ;
fhir:l
] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "sėdima" ]
] )
]
] [
fhir:url [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/specimen-receivedBy"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [
a fhir:Reference ;
fhir:extension ( [
fhir:url [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [
a fhir:String ;
fhir:v "1001006006"
]
] [
fhir:url [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [
a fhir:String ;
fhir:v "1333322467"
]
] )
]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"^^xsd:anyURI ;
fhir:l
]
] ) ;
fhir:collector [
fhir:extension ( [
fhir:url [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [
a fhir:String ;
fhir:v "1001006006"
]
] [
fhir:url [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [
a fhir:String ;
fhir:v "1333322467"
]
] )
] ;
fhir:collected [
a fhir:DateTime ;
fhir:v "2026-05-26T11:26:26.000Z"^^xsd:dateTime
] ;
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ]
]
] . #
a fhir:Provenance ;
fhir:id [ fhir:v "Inline-Instance-for-e200-r_oneSpecimen_twoServiceRequests-2"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-provenance"^^xsd:anyURI ;
fhir:l
] )
] ; #
fhir:target ( [
fhir:l ;
fhir:reference [ fhir:v "urn:uuid:444e4444-e44b-44d4-a444-444444444444" ]
] ) ; #
fhir:recorded [ fhir:v "2026-05-26T11:26:26.000Z"^^xsd:dateTime] ; #
fhir:activity [
fhir:coding ( [
fhir:system [
fhir:v "http://esveikata.lt/classifiers/EventType"^^xsd:anyURI ;
fhir:l
] ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Laboratorinio tyrimo užsakymo (siuntimo) sukūrimas" ]
] )
] ; #
fhir:agent ( [
fhir:who [
fhir:extension ( [
fhir:url [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [
a fhir:String ;
fhir:v "1001006006"
]
] [
fhir:url [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ;
fhir:l
] ;
fhir:value [
a fhir:String ;
fhir:v "1333322467"
]
] )
]
] ) . #
# -------------------------------------------------------------------------------------