@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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." ] ] ) ] ) ] ] ) . # # -------------------------------------------------------------------------------------