Thanks for the quick response. In step 3, I'm getting the 200 as status code and the response is :
{
"transactionTime": "2023-11-24T16:55:19.080+00:00",
"request": "/Group/1a/$export?_outputFormat=application%2Ffhir%2Bndjson&_type=Condition,Immunization,MedicationRequest,Provenance,Organization,CareTeam,Device,MedicationDispense,Patient,DiagnosticReport,Coverage,ServiceRequest,RelatedPerson,Practitioner,Specimen,AllergyIntolerance,CarePlan,Goal,Observation,Medication,Procedure,Encounter,DocumentReference,Location&_groupId=Group/1a&_mdm=false",
"requiresAccessToken": true,
"output": [
{
"type": "Condition",
"url": "[fhir base]/fhir/Binary/4678"
},
{
"type": "Immunization",
"url": "[fhir base]/fhir/Binary/4684"
},
{
"type": "MedicationRequest",
"url": "[fhir base]/fhir/Binary/4666"
},
{
"type": "Provenance",
"url": "[fhir base]/fhir/Binary/4680"
},
{
"type": "Organization",
"url": "[fhir base]/fhir/Binary/4676"
},
{
"type": "CareTeam",
"url": "[fhir base]/fhir/Binary/4671"
},
{
"type": "Device",
"url": "[fhir base]/fhir/Binary/4663"
},
{
"type": "MedicationDispense",
"url": "[fhir base]/fhir/Binary/4674"
},
{
"type": "Patient",
"url": "[fhir base]/fhir/Binary/4675"
},
{
"type": "DiagnosticReport",
"url": "[fhir base]/fhir/Binary/4667"
},
{
"type": "Coverage",
"url": "[fhir base]/fhir/Binary/4682"
},
{
"type": "ServiceRequest",
"url": "[fhir base]/fhir/Binary/4672"
},
{
"type": "RelatedPerson",
"url": "[fhir base]/fhir/Binary/4681"
},
{
"type": "Practitioner",
"url": "[fhir base]/fhir/Binary/4662"
},
{
"type": "Specimen",
"url": "[fhir base]/fhir/Binary/4669"
},
{
"type": "AllergyIntolerance",
"url": "[fhir base]/fhir/Binary/4664"
},
{
"type": "CarePlan",
"url": "[fhir base]/fhir/Binary/4665"
},
{
"type": "Goal",
"url": "[fhir base]/fhir/Binary/4670"
},
{
"type": "Observation",
"url": "[fhir base]/fhir/Binary/4683"
},
{
"type": "Medication",
"url": "[fhir base]/fhir/Binary/4679"
},
{
"type": "Procedure",
"url": "[fhir base]/fhir/Binary/4673"
},
{
"type": "Encounter",
"url": "[fhir base]/fhir/Binary/4677"
},
{
"type": "DocumentReference",
"url": "[fhir base]/fhir/Binary/4661"
},
{
"type": "Location",
"url": "[fhir base]/fhir/Binary/4668"
}
],
"error": []
}
Instead of giving the full response with 200 status code, it should return the 404 error code.
Please let me know if you need more information.
Thanks!