Unable to view FHIR resources after Bundle upload
# support
a
Hi Medplum team. I recently uploaded FHIR "Bundle" resources (JSON files) to Medplum (https://app.medplum.com/batch), including
Patient
,
Condition
,
Observation
, and
MedicationAdministration
. The uploads show no errors, and I can view the `Patient `resources at https://app.medplum.com/Patient. However, I do not see anything listed under other categories (e.g.,
Condition
or
Observation
) at their URLs (https://app.medplum.com/Condition, https://app.medplum.com/Observation, etc.). Is there a way to check if something is wrong with those resources or debug this? Any advice would be much appreciated! Thanks!
r
@alex_empallo when you send a
Bundle
request to Medplum, you will get another
Bundle
back as a response
You can check the `Bundle.entry[*].response.status code to see if there was an error or not
148 Views