Cant getting call on hip/notify or hiu/notify

hello,

I am creating dr Concent Request (HIU M3 flow)
1.first i am calling : v0.5/consent-requests/init for requesting
then i am giving grant access
then getting call on v0.5/consents/hip/notify

but it shoud be call on hiu/on-notify also
but i cant get it am i right…?

2.when i am call v0.5/consents/hip/on-notify after getting v0.5/consents/hip/notify then also not getting call on health-information/hip/request but i can’t get it.

my client id is SBX_002477
and

my hip/notify call is

{
  "notification": {
    "consentDetail": {
      "consentId": "a5a178d4-14dc-4621-80f4-7a61e31cd557",
      "createdAt": "2023-03-29T13:42:39.275982303",
      "purpose": {
        "text": "Check Patient History",
        "code": "CAREMGT",
        "refUri": null
      },
      "patient": {
        "id": "bholakishan@sbx"
      },
      "consentManager": {
        "id": "sbx"
      },
      "hip": {
        "id": "HOPS-Dev-0001",
        "name": "HOPS EMR-EHR"
      },
      "hiTypes": [
        "OPConsultation",
        "WellnessRecord"
      ],
      "permission": {
        "accessMode": "VIEW",
        "dateRange": {
          "from": "2022-09-25T12:52:34.925",
          "to": "2023-11-15T12:52:34.925"
        },
        "dataEraseAt": "2023-11-25T12:52:34.925",
        "frequency": {
          "unit": "HOUR",
          "value": 1,
          "repeats": 0
        }
      },
      "careContexts": [
        {
          "patientReference": "PUID-00001",
          "careContextReference": "visit-b99f336f-8126-439f-8183-608c5dc1455e"
        }
      ]
    },
    "status": "GRANTED",
    "signature": "PbO4f67qq6nffeZNcUvCUtyi6+5wyvD0CLNOqXjEnD9nSzDN3jXeb824WqQkyRCKx17LJ/qTO9+UgJIQWk2RKl8xCoS/d/LT1PTZKD1puqlSUoHx9GLxVRO2Q4qHWtM78yrwaLqLrL7IK7teyS2IyYk5dFNtPLArlaAZMkiaZZd4eF5zrOlR0vgBKxjUI5YWjjbo6t2WYul4PDZw3+CRG0/IlMZoUSjsSQEuu4NvUkwB1Qt9GawbTPBOLKSakDRMt7fDcEq0IeQrwtQIbeadVvzOz560xiQX1OVp7g5tvM5JnwtXLw9l5iTrS8pKDcpdkzZsfSnTaLz4S9o4abmtbg==",
    "consentId": "a5a178d4-14dc-4621-80f4-7a61e31cd557",
    "grantAcknowledgement": false
  },
  "requestId": "4de063a3-b226-4e9d-9695-ab2a951bc2df",
  "timestamp": "2023-03-29T13:42:39.291827498"
}

and i call hip/on-notify

{
    "requestId": "{{$guid}}",
    "timestamp": "{{timestamp}}",
    "acknowledgement": {
        "status": "OK",
        "consentId": "a5a178d4-14dc-4621-80f4-7a61e31cd557"
    },
    "resp": {
        "requestId": "4de063a3-b226-4e9d-9695-ab2a951bc2df"
    }
}

then i am getting success responce 202 Accepted
but after i cant get call on health-Information/hip/request

1 Like

@IntegrationSupport Please Look Here.

@Areeb Can you please help

@IntegrationSupport @Areeb Any Update FYI @kamlesh.prajapati

@kishanbhola Hello, Please refer thread : Failed to identify data flow request for transaction Id
There is a document embedded in this thread. Please see if this document helps.
Do let us know.

Thanks

@IntegrationSupport

Callback Api - “/userAuthCallback/v0.5/health-information/hip/request” With Post Type ? When Patient Approved consent req. using Mobile App.

I checked - https://drive.google.com/file/d/1eJYxPgxi7rsgd4XPwsmFf4VePjcA9I9v/view Document.

Please provide Full Details of problems. last 3 week, My Dev Team Try-Error on this Flow. But Not get callback.

FYI @kishanbhola

i had also this problem but i called request api immediately after notify call back and it run successfully … it’s not running in postman after few seconds . so i think there may be some time frame there to execute the request

@dhavalstrauss can you describe which Api You Called.

@IntegrationSupport @Areeb @dhavalstrauss Any Update FYI @kamlesh.prajapati

on notify call called request api … but sometime callback is not working

@IntegrationSupport @Areeb Any Update FYI @kamlesh.prajapati

Please use following API for Data request and transfer:

  1. {{HIP_HOST}}/v0.5/health-information/hip/request (Callback for this API : {GATEWAY_HOST}/v0.5/health-information/hip/on-request)
  2. {Data Push URL} received on above call /v0.5/health-information/hip/request
  3. {GATEWAY_HOST}/v0.5/health-information/notify
  4. {Data_push_url}/v0.5/health-information/transfer
  5. {GATEWAY_HOST}/v0.5/health-information/notify (Callback for this API : {HIU_HOST}/}/v0.5/health-information/on-notify
1 Like

1 Like

@IntegrationSupport any Update FYI @kamlesh.prajapati