@prefix fhir: .
@prefix loinc: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "e200Transaction"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/e200-bundle"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:type [ fhir:v "transaction"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:d2d8cab7-8955-4797-aacc-b08513393833"^^xsd:anyURI ] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "ServiceRequest"^^xsd:anyURI ]
]
] [
fhir:fullUrl [ fhir:v "urn:uuid:f06e6634-2e36-495b-8ec6-21d95f874778"^^xsd:anyURI ] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "ServiceRequest"^^xsd:anyURI ]
]
] [
fhir:fullUrl [ fhir:v "urn:uuid:aeb9aa1f-254b-4c5a-949c-b99b6ab6f773"^^xsd:anyURI ] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Specimen"^^xsd:anyURI ]
]
] [
fhir:fullUrl [ fhir:v "urn:uuid:8b63ffc2-cf3c-43bb-b4aa-8f97073be832"^^xsd:anyURI ] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Specimen"^^xsd:anyURI ]
]
] [
fhir:fullUrl [ fhir:v "urn:uuid:2f267326-188e-4b0a-be30-81a465d8ac3c"^^xsd:anyURI ] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Composition"^^xsd:anyURI ]
]
] [
fhir:fullUrl [ fhir:v "urn:uuid:33c0b5b0-e854-4e27-8004-b3bc6a9efe3c"^^xsd:anyURI ] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "DiagnosticReport"^^xsd:anyURI ]
]
] [
fhir:fullUrl [ fhir:v "urn:uuid:53a31250-8c36-470f-afd3-bcfc6ab105bd"^^xsd:anyURI ] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
]
] [
fhir:fullUrl [ fhir:v "urn:uuid:d2c648b3-67a0-4386-933a-030431cdf3e9"^^xsd:anyURI ] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Observation"^^xsd:anyURI ]
]
] [
fhir:fullUrl [ fhir:v "urn:uuid:5d190df6-903c-480a-b6cb-89aa148544dd"^^xsd:anyURI ] ;
fhir:resource ( ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Provenance"^^xsd:anyURI ]
]
] ) . #
a fhir:ServiceRequest ;
fhir:id [ fhir:v "Inline-Instance-for-e200Transaction-1"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-serviceRequest"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/serviceRequest-notifyWhenCompleted"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/serviceRequest-specimenType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/collected-specimen"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Bl" ] ;
fhir:display [ fhir:v "Kraujas" ]
] )
]
] ) ; #
fhir:requisition [
fhir:system [ fhir:v "http://esveikata.lt/ServiceRequest/Identifier#Requisition"^^xsd:anyURI ] ;
fhir:value [ fhir:v "d2d8cab7-8955-4797-aacc-b08513393833" ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-klt-nomenclature"^^xsd:anyURI ] ;
fhir:code [ fhir:v "13593-9" ] ;
fhir:display [ fhir:v "Trombocitų agregacija su prostaglandinu" ]
] )
]
] ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/Patient/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "104345325" ]
]
] ; #
fhir:encounter [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/Encounter/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123" ]
]
] ; #
fhir:authoredOn [ fhir:v "2015-11-01T14:41:00+01:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ; #
fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666534555" ]
]
] ) ; #
fhir:supportingInfo ( [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/TLK-10-AM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "K35.9" ] ;
fhir:display [ fhir:v "Ūminis apendicitas, nepatikslintas" ]
] )
]
] [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/TLK-10-AM"^^xsd:anyURI ]
] )
]
] [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/TLK-10-AM"^^xsd:anyURI ]
] )
]
] ) . #
a fhir:ServiceRequest ;
fhir:id [ fhir:v "Inline-Instance-for-e200Transaction-2"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-serviceRequest"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/serviceRequest-specimenType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/collected-specimen"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Bl" ] ;
fhir:display [ fhir:v "Kraujas" ]
] )
]
] ) ; #
fhir:requisition [
fhir:system [ fhir:v "http://esveikata.lt/ServiceRequest/Identifier#Requisition"^^xsd:anyURI ] ;
fhir:value [ fhir:v "d2d8cab7-8955-4797-aacc-b08513393833" ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-klt-nomenclature"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3456" ] ;
fhir:display [ fhir:v "Vitamino B tyrimas" ]
] )
]
] ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/Patient/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "104345325" ]
]
] ; #
fhir:encounter [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/Encounter/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123" ]
]
] ; #
fhir:authoredOn [ fhir:v "2015-11-01T14:41:00+01:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ; #
fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666534555" ]
]
] ) ; #
fhir:supportingInfo ( [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/TLK-10-AM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "K35.9" ] ;
fhir:display [ fhir:v "Ūminis apendicitas, nepatikslintas" ]
] )
]
] [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/TLK-10-AM"^^xsd:anyURI ]
] )
]
] [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/TLK-10-AM"^^xsd:anyURI ]
] )
]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Vartoja antibiotikus" ]
] ) . #
a fhir:Specimen ;
fhir:id [ fhir:v "Inline-Instance-for-e200Transaction-3"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-specimen"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/specimen-performer"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666534555" ]
]
]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/Specimen/RegistrationCode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "234234523455" ]
] [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/Specimen/RegistrationCode"^^xsd:anyURI ]
] [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/Specimen/RegistrationCode"^^xsd:anyURI ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/processed-specimen"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRP" ] ;
fhir:display [ fhir:v "Plazma stokojanti trombocitų" ]
] ) ;
fhir:text [ fhir:v "Kraujas" ]
] ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/Patient/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "104345325" ]
]
] ; #
fhir:receivedTime [ fhir:v "2020-01-01T00:00:00Z"^^xsd:dateTime] ; #
fhir:request ( [
fhir:reference [ fhir:v "urn:uuid:d2d8cab7-8955-4797-aacc-b08513393833" ]
] [
fhir:reference [ fhir:v "urn:uuid:f06e6634-2e36-495b-8ec6-21d95f874778" ]
] ) ; #
fhir:collection [
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "http://esveikata.lt/fhir/CodeSystem/bodyPosition"^^xsd:anyURI ] ;
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:value [
a fhir:Reference ;
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"^^xsd:anyURI ]
] ) ;
fhir:collector [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ;
fhir:collected [ fhir:v "2020-01-01T00:00:00Z"^^xsd:dateTime ] ;
fhir:quantity [
fhir:value [ fhir:v "2"^^xsd:decimal ]
] ;
fhir:bodySite [
fhir:concept [
fhir:text [ fhir:v "ranka" ]
]
]
] ; #
fhir:note ( [
fhir:text [ fhir:v "komentaras" ]
] ) . #
a fhir:Specimen ;
fhir:id [ fhir:v "Inline-Instance-for-e200Transaction-4"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-specimen"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/specimen-performer"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666534555" ]
]
]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/Specimen/RegistrationCode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "676677776" ]
] [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/Specimen/RegistrationCode"^^xsd:anyURI ]
] [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/Specimen/RegistrationCode"^^xsd:anyURI ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/processed-specimen"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRP" ] ;
fhir:display [ fhir:v "Plazma stokojanti trombocitų" ]
] ) ;
fhir:text [ fhir:v "Kraujas" ]
] ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/Patient/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "104345325" ]
]
] ; #
fhir:receivedTime [ fhir:v "2020-01-02T00:00:00Z"^^xsd:dateTime] ; #
fhir:request ( [
fhir:reference [ fhir:v "urn:uuid:d2d8cab7-8955-4797-aacc-b08513393833" ]
] [
fhir:reference [ fhir:v "urn:uuid:f06e6634-2e36-495b-8ec6-21d95f874778" ]
] ) ; #
fhir:collection [
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "http://esveikata.lt/fhir/CodeSystem/bodyPosition"^^xsd:anyURI ] ;
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:value [
a fhir:Reference ;
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"^^xsd:anyURI ]
] ) ;
fhir:collector [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ;
fhir:collected [ fhir:v "2020-01-02T00:00:00Z"^^xsd:dateTime ] ;
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ]
] ;
fhir:bodySite [
fhir:concept [
fhir:text [ fhir:v "koja" ]
]
]
] ; #
fhir:note ( [
fhir:text [ fhir:v "komentaras" ]
] ) . #
a fhir:Composition ;
fhir:id [ fhir:v "Inline-Instance-for-e200Transaction-5"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/e200-composition"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:version [ fhir:v "1"] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
fhir:coding ( [
a loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ]
] )
] ; #
fhir:subject ( [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/Patient/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "104345325" ]
]
] ) ; #
fhir:encounter [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/Encounter/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123" ]
]
] ; #
fhir:date [ fhir:v "2023-01-01T17:27:00+03:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ) ; #
fhir:title [ fhir:v "Laboratorinio tyrimo rezultatų (duomenų) protokolas"] ; #
fhir:custodian [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666534555" ]
]
] ; #
fhir:section ( [
fhir:title [ fhir:v "Užsakyti tyrimai" ] ;
fhir:code [
fhir:coding ( [
a loinc:57139-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "57139-8" ]
] )
] ;
fhir:author ( [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ) ;
fhir:entry ( [
fhir:reference [ fhir:v "urn:uuid:d2d8cab7-8955-4797-aacc-b08513393833" ]
] [
fhir:reference [ fhir:v "urn:uuid:f06e6634-2e36-495b-8ec6-21d95f874778" ]
] )
] [
fhir:title [ fhir:v "Ėminiai" ] ;
fhir:code [
fhir:coding ( [
a loinc:59773-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "59773-2" ]
] )
] ;
fhir:author ( [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ) ;
fhir:entry ( [
fhir:reference [ fhir:v "urn:uuid:aeb9aa1f-254b-4c5a-949c-b99b6ab6f773" ]
] [
fhir:reference [ fhir:v "urn:uuid:8b63ffc2-cf3c-43bb-b4aa-8f97073be832" ]
] )
] [
fhir:title [ fhir:v "Atsakymas" ] ;
fhir:code [
fhir:coding ( [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ]
] )
] ;
fhir:author ( [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ) ;
fhir:entry ( [
fhir:reference [ fhir:v "urn:uuid:33c0b5b0-e854-4e27-8004-b3bc6a9efe3c" ]
] )
] ) . #
a fhir:DiagnosticReport ;
fhir:id [ fhir:v "Inline-Instance-for-e200Transaction-6"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-diagnosticReport"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "urn:uuid:d2d8cab7-8955-4797-aacc-b08513393833" ]
] [
fhir:reference [ fhir:v "urn:uuid:f06e6634-2e36-495b-8ec6-21d95f874778" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
fhir:coding ( [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ]
] ) ;
fhir:text [ fhir:v "Trombocitų agregacija su prostaglandinu" ]
] ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/Patient/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "104345325" ]
]
] ; #
fhir:encounter [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/Identifier/Encounter/ESPBI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123" ]
]
] ; #
fhir:effective [ fhir:v "2022-12-12"^^xsd:date] ; #
fhir:performer ( [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ) ; #
fhir:resultsInterpreter ( [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ) ; #
fhir:specimen ( [
fhir:reference [ fhir:v "urn:uuid:aeb9aa1f-254b-4c5a-949c-b99b6ab6f773" ]
] [
fhir:reference [ fhir:v "urn:uuid:8b63ffc2-cf3c-43bb-b4aa-8f97073be832" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "urn:uuid:53a31250-8c36-470f-afd3-bcfc6ab105bd" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "note" ]
] ) . #
a fhir:Observation ;
fhir:id [ fhir:v "Inline-Instance-for-e200Transaction-7"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-observation-panel"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/observation-resultsInterpreter"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-klt-nomenclature"^^xsd:anyURI ] ;
fhir:code [ fhir:v "V-K0009" ] ;
fhir:display [ fhir:v "Fibrinogeno antigenas, fibrinogenas Clauss metodu ir jų santykis" ]
] )
] ; #
fhir:effective [ fhir:v "2022-12-20T17:27:00+03:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2023-06-26T17:27:00+03:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ) ; #
fhir:method [
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-methods"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ELCH" ] ;
fhir:display [ fhir:v "Elektrocheminis" ]
] )
] ; #
fhir:hasMember ( [
fhir:reference [ fhir:v "urn:uuid:d2c648b3-67a0-4386-933a-030431cdf3e9" ]
] ) . #
a fhir:Observation ;
fhir:id [ fhir:v "Inline-Instance-for-e200Transaction-8"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-observation"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/observation-resultsInterpreter"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-klt-nomenclature"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69423-2" ] ;
fhir:display [ fhir:v "Rosner indeksas" ]
] )
] ; #
fhir:effective [ fhir:v "2022-12-19T17:27:00+03:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2023-06-26T17:27:00+03:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml" ]
] ; #
fhir:method [
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-methods"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ELCH" ] ;
fhir:display [ fhir:v "Elektrocheminis" ]
] )
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "40"^^xsd:decimal ]
] ;
fhir:high [
fhir:value [ fhir:v "65"^^xsd:decimal ]
] ;
fhir:text [ fhir:v "40-65" ]
] ) . #
a fhir:Provenance ;
fhir:id [ fhir:v "Inline-Instance-for-e200Transaction-9"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-provenance"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:target ( [
fhir:reference [ fhir:v "urn:uuid:d2d8cab7-8955-4797-aacc-b08513393833" ]
] [
fhir:reference [ fhir:v "urn:uuid:f06e6634-2e36-495b-8ec6-21d95f874778" ]
] [
fhir:reference [ fhir:v "urn:uuid:aeb9aa1f-254b-4c5a-949c-b99b6ab6f773" ]
] [
fhir:reference [ fhir:v "urn:uuid:8b63ffc2-cf3c-43bb-b4aa-8f97073be832" ]
] [
fhir:reference [ fhir:v "urn:uuid:2f267326-188e-4b0a-be30-81a465d8ac3c" ]
] [
fhir:reference [ fhir:v "urn:uuid:33c0b5b0-e854-4e27-8004-b3bc6a9efe3c" ]
] [
fhir:reference [ fhir:v "urn:uuid:53a31250-8c36-470f-afd3-bcfc6ab105bd" ]
] [
fhir:reference [ fhir:v "urn:uuid:d2c648b3-67a0-4386-933a-030431cdf3e9" ]
] ) ; #
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:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-practitionerEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18749704477" ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/reference-organizationEspbiId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2323545" ]
] )
]
] ) . #
# -------------------------------------------------------------------------------------