FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.halo
Resource TypeParameters
IdParameters-set-context-success-response-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    }
  ]
}