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

: successfulTransactionResponse - TTL Representation

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


@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 "successfulTransactionResponse"] ; # 
  fhir:type [ fhir:v "transaction-response"] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "http://elab"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:response [
fhir:status [ fhir:v "201 Created" ] ;
fhir:location [ fhir:v "ServiceRequest/60d18644-6ff1-4df5-a603-f16a02837720/_history/1"^^xsd:anyURI ] ;
fhir:etag [ fhir:v "1" ] ;
fhir:lastModified [ fhir:v "2024-01-24T11:50:50.724+02:00"^^xsd:dateTime ] ;
      ( fhir:outcome [
a fhir:OperationOutcome ;
        ( fhir:issue [
fhir:details [
            ( fhir:coding [
fhir:system [ fhir:v "https://hapifhir.io/fhir/CodeSystem/hapi-fhir-storage-response-code"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Create succeeded." ]             ] )           ] ;
fhir:diagnostics [ fhir:v "Successfully created resource \"ServiceRequest/60d18644-6ff1-4df5-a603-f16a02837720/_history/1\". Took 68ms." ]         ] )       ] )     ]
  ] [
fhir:response [
fhir:status [ fhir:v "201 Created" ] ;
fhir:location [ fhir:v "ServiceRequest/a4470e02-c570-42b9-98c8-6c8c6c90d1ef/_history/1"^^xsd:anyURI ] ;
fhir:etag [ fhir:v "1" ] ;
fhir:lastModified [ fhir:v "2024-01-24T11:50:50.724+02:00"^^xsd:dateTime ] ;
      ( fhir:outcome [
a fhir:OperationOutcome ;
        ( fhir:issue [
fhir:details [
            ( fhir:coding [
fhir:system [ fhir:v "https://hapifhir.io/fhir/CodeSystem/hapi-fhir-storage-response-code"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Create succeeded." ]             ] )           ] ;
fhir:diagnostics [ fhir:v "Successfully created resource \"ServiceRequest/a4470e02-c570-42b9-98c8-6c8c6c90d1ef/_history/1\". Took 7ms." ]         ] )       ] )     ]
  ] [
fhir:response [
fhir:status [ fhir:v "201 Created" ] ;
fhir:location [ fhir:v "Provenance/223e54cb-ae83-41ec-87f5-7741ead569c5/_history/1"^^xsd:anyURI ] ;
fhir:etag [ fhir:v "1" ] ;
fhir:lastModified [ fhir:v "2024-01-24T11:50:50.724+02:00"^^xsd:dateTime ] ;
      ( fhir:outcome [
a fhir:OperationOutcome ;
        ( fhir:issue [
fhir:details [
            ( fhir:coding [
fhir:system [ fhir:v "https://hapifhir.io/fhir/CodeSystem/hapi-fhir-storage-response-code"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Create succeeded." ]             ] )           ] ;
fhir:diagnostics [ fhir:v "Successfully created resource \"Provenance/223e54cb-ae83-41ec-87f5-7741ead569c5/_history/1\". Took 7ms." ]         ] )       ] )     ]
  ] ) . #