post https://data-transformer.sandbox.zusapi.com/upload
Use this endpoint to upload clinical documents to be transformed into FHIR resources and stored in Zus. Accepts PDF and CCDA formats.
Log in to see full request history
Responses
Use this endpoint to upload clinical documents to be transformed into FHIR resources and stored in Zus. Accepts PDF and CCDA formats.
xxxxxxxxxx
18curl --request POST \
--url https://data-transformer.sandbox.zusapi.com/upload \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"type": "data-transformer/upload",
"relationships": {
"patient": {
"data": {
"type": "fhir/Patient"
}
}
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: