---
title: "POST /abdm/v1/hip/care-context/data/on-fetch"
method: POST
path: "/abdm/v1/hip/care-context/data/on-fetch"
---

# POST /abdm/v1/hip/care-context/data/on-fetch

`POST /abdm/v1/hip/care-context/data/on-fetch`

API for HIP to push care context FHIR data to HIU

## Headers

- `X-Pt-Id` string
- `X-Partner-Pt-Id` string
- `X-Hip-Id` string

## Request body

- RecordsHipDataPushRequest
  - `entries` RecordsEntry[]
    - `care_context_id` string
    - `checksum` string — Checksum of the non encrypted plain text fhir data
    - `content` string — Encrypted content
    - `media` 'application/fhir+json'
  - `key_information` RecordsKeyMaterial
    - `crypto_alg` string
    - `curve` string
    - `dh_public_key` RecordsDHPubKey
      - `expiry` string
      - `key_value` string
      - `parameters` string
    - `nonce` string
  - `page_count` integer
  - `page_number` integer
  - `transaction_id` string

## Response `202`

Accepted

## Other responses

- `4XX`
- `5XX`

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
