eLab posistemės integracijos dokumentacija
0.3.3 - versija Lithuania flag

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

: e200uTransaction - TTL Representation

Peržiūrėti ttl | Atsisiųsti

Transakcijos metu kiekvienam siunčiamam resursui turi būti priskirta unikali `Bundle.entry.fullUrl` reikšmė. Jos dėka tampa įmanoma pateikti tarpusavyje susijusius resursus vienos transakcijos metu.


@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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "e200uTransaction"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/e200-bundle"^^xsd:anyURI ;
fhir:link <http://esveikata.lt/fhir/StructureDefinition/e200-bundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:d2d8cab7-8955-4797-aacc-b08513393833"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:d2d8cab7-8955-4797-aacc-b08513393833> ) ;
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 <urn:uuid:f06e6634-2e36-495b-8ec6-21d95f874778> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "ServiceRequest"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:5d190df6-903c-480a-b6cb-89aa148544dd"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:5d190df6-903c-480a-b6cb-89aa148544dd> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Provenance"^^xsd:anyURI ]     ]
  ] ) . # 

<urn:uuid:d2d8cab7-8955-4797-aacc-b08513393833> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "Inline-Instance-for-e200uTransaction-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-serviceRequest"^^xsd:anyURI ;
fhir:link <http://esveikata.lt/fhir/StructureDefinition/lt-serviceRequest>     ] )
  ] ; # 
  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 "cB" ] ;
fhir:display [ fhir:v "cB ėminys" ]       ] )     ]
  ] ) ; # 
  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 "active"] ; # 
  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-organizationJar"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666534555" ]     ] )
  ] ; # 
  fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/Identifier/JAR"^^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 ]       ] )     ]
  ] ) . # 

<urn:uuid:f06e6634-2e36-495b-8ec6-21d95f874778> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "Inline-Instance-for-e200uTransaction-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-serviceRequest"^^xsd:anyURI ;
fhir:link <http://esveikata.lt/fhir/StructureDefinition/lt-serviceRequest>     ] )
  ] ; # 
  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 "cB" ] ;
fhir:display [ fhir:v "cB ėminys" ]       ] )     ]
  ] ) ; # 
  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 "active"] ; # 
  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-organizationJar"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666534555" ]     ] )
  ] ; # 
  fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/Identifier/JAR"^^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:note ( [
fhir:text [ fhir:v "Vartoja antibiotikus" ]
  ] ) . # 

<urn:uuid:5d190df6-903c-480a-b6cb-89aa148544dd> a fhir:Provenance ;
  fhir:id [ fhir:v "Inline-Instance-for-e200uTransaction-3"] ; # 
  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 "urn:uuid:d2d8cab7-8955-4797-aacc-b08513393833" ]
  ] [
fhir:reference [ fhir:v "urn:uuid:f06e6634-2e36-495b-8ec6-21d95f874778" ]
  ] ) ; # 
  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-organizationJar"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666534555" ]       ] )     ]
  ] ) . #