FHIR IG analytics| Package | ca.infoway.io.halo |
| Resource Type | Parameters |
| Id | Parameters-set-context-success-response-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Parameters",
"id": "set-context-success-response-example",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/HALO/StructureDefinition/set-context-output-parameters"
]
},
"parameter": [
{
"name": "launchID",
"valueString": "123456"
},
{
"resource": {
"issue": [
{
"details": {
"text": "Context set successfully"
},
"severity": "information",
"code": "informational"
}
],
"resourceType": "OperationOutcome"
},
"name": "outcome"
},
{
"name": "resourcesResponse",
"resource": {
"resourceType": "Bundle",
"id": "set-context-transaction-response-bundle-example",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/HALO/StructureDefinition/set-context-transaction-response-bundle"
]
},
"entry": [
{
"request": {
"method": "POST",
"url": "Patient"
},
"response": {
"status": "201 Created",
"location": "Patient/123/_history/1",
"etag": "W/\"1\"",
"lastModified": "2024-12-18T22:20:33Z"
},
"fullUrl": "https://sofa.example.com/R4/Patient/123"
},
{
"request": {
"method": "POST",
"url": "Encounter"
},
"response": {
"status": "201 Created",
"location": "Encounter/123/_history/1",
"etag": "W/\"1\"",
"lastModified": "2024-12-18T22:20:33Z"
},
"fullUrl": "https://sofa.example.com/R4/Encounter/123"
},
{
"request": {
"method": "POST",
"url": "PractitionerRole"
},
"response": {
"status": "201 Created",
"location": "PractitionerRole/123/_history/1",
"etag": "W/\"1\"",
"lastModified": "2024-12-18T22:20:33Z"
},
"fullUrl": "https://sofa.example.com/R4/PractitionerRole/123"
},
{
"request": {
"method": "POST",
"url": "Practitioner"
},
"response": {
"status": "201 Created",
"location": "Practitioner/123/_history/1",
"etag": "W/\"1\"",
"lastModified": "2024-12-18T22:20:33Z"
},
"fullUrl": "https://sofa.example.com/R4/Practitioner/123"
},
{
"request": {
"method": "POST",
"url": "Organization"
},
"response": {
"status": "201 Created",
"location": "Organization/123/_history/1",
"etag": "W/\"1\"",
"lastModified": "2024-12-18T22:20:33Z"
},
"fullUrl": "https://sofa.example.com/R4/Organization/123"
},
{
"request": {
"method": "POST",
"url": "Location"
},
"response": {
"status": "201 Created",
"location": "Location/123/_history/1",
"etag": "W/\"1\"",
"lastModified": "2024-12-18T22:20:33Z"
},
"fullUrl": "https://sofa.example.com/R4/Location/123"
}
],
"type": "transaction-response"
}
}
]
}