Developers
V1MeClinicalRecordsExport

Export your own clinical records as portable JSON

Includes original and corrected records and author licence snapshots. Follow nextCursor until null. The response is private JSON; no public download URL is created.

GET
/v1/me/clinical/records/export
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer
Range1 <= value <= 1000
Default1000
cursor?string
Match^[A-Za-z0-9_-]+$
Length1 <= length <= 512

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/me/clinical/records/export"
{  "records": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "code": "consultation",      "schemaVersion": "1.0.0",      "text": "string",      "encounterAt": "2019-08-24T14:15:22Z",      "recordedAt": "2019-08-24T14:15:22Z",      "source": "practitioner",      "authoredBy": {        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",        "name": "string",        "licenseAuthority": "string",        "licenseNumber": "string",        "specialistRegistration": "string",        "specialty": "string",        "organization": "string",        "verifiedAt": "2019-08-24T14:15:22Z",        "verificationValidUntil": "2019-08-24T14:15:22Z"      },      "rootId": "5fbed245-3fa3-4aec-a906-36fce6169827",      "revision": 1,      "supersedesId": "688cf67a-2e6c-4e49-8750-5bc8809fcd6f"    }  ],  "nextCursor": "string",  "format": "medbuk.clinical-records",  "schemaVersion": "1.0.0",  "exportedAt": "2019-08-24T14:15:22Z"}