Comment on page
How do you make a FHIR Provenance query?
You can query any newly imported or created resource using a url like this with the target and the full resource url:
https://api.1up.health/dstu2/Provenance?target=Patient/{patientId}/_history/{versionId}
or for STU3
https://api.1up.health/stu3/Provenance?target=Patient/{patientId}/_history/{versionId}