Laboratory Workflows Implementation Guide
0.3.0 - ci-build
Laboratory Workflows Implementation Guide - Local Development build (v0.3.0). See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "example-transaction-response-bundle",
"type" : "transaction-response",
"link" : [
{
"relation" : "self",
"url" : "responding.server.org/fhir"
}
],
"entry" : [
{
"response" : {
"status" : "201 Created",
"location" : "Composition/example-laboratory-composition"
}
},
{
"response" : {
"status" : "201 Created",
"location" : "Patient/example-laboratory-patient"
}
},
{
"response" : {
"status" : "201 Created",
"location" : "Provider/example-laboratory-provider"
}
},
{
"response" : {
"status" : "201 Created",
"location" : "Task/example-laboratory-task-simple-requested"
}
},
{
"response" : {
"status" : "201 Created",
"location" : "ServiceRequest/example-laboratory-service-request"
}
}
]
}