---
title: "Retrieve the prased data for the upload audio file"
method: GET
path: "/health/api/v1/fhir/retrieve"
---

# Retrieve the prased data for the upload audio file

`GET /health/api/v1/fhir/retrieve`

Retrieve a parsed transcibes based on the given identifier

## Query parameters

- `identifier` string, required

## Response `200`

Successful retrieval of health records.

- object
  - `resourceType` string
  - `type` string
  - `link` object[]
    - `url` string
    - `relation` string
  - `entry` object[]
    - `resource` object
      - `author` object[]
        - `reference` string
      - `date` string, date-time
      - `extension` object[]
        - `url` string
        - `valueString` string
      - `id` string
      - `identifier` object
        - `system` string
        - `value` string
      - `meta` object
        - `lastUpdated` string, date-time
      - `resourceType` string
      - `section` object[]
        - `entry` object[]
          - `reference` string
        - `title` string
      - `status` string
      - `subject` object
        - `reference` string
      - `title` string
      - `type` object
        - `text` string
  - `id` string
  - `meta` object
    - `versionId` string
    - `lastUpdated` string, date-time
    - `profile` string[]
    - `security` object[]
      - `code` string
      - `display` string
      - `system` string
  - `identifier` object
    - `system` string
    - `value` string
  - `timestamp` string, date-time

## Other responses

- `401` — Unauthorized. Invalid or missing authentication.
- `404` — when request identifier, hip_id, health_id has no data

---

[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)
