Broken link to bulk-data spec
I was revisiting this spec today to help some former coworkers out, and noticed that the link in specification.md to the Bulk Data spec is broken: https://github.com/smart-on-fhir/smart-scheduling-links/blob/b4ed76657b8fc2600e113945d17de069da1f04f2/specification.md?plain=1#L83
http://build.fhir.org/ig/HL7/bulk-data/branches/bulk-publish/bulk-publish.html is now a 404 (that whole branch seems to be gone from build.fhir.org).
I would have submitted a PR to fix it, but it seems like this URL is “correct,” in that it points to where that resource should be. Is it not there because the branch this part of the spec was on is too stale? I’m not sure what the right thing here is:
- Do something to get this content back in place.
- Link directly to the source: https://github.com/HL7/bulk-data/blob/bulk-publish/input/pagecontent/bulk-publish.md
- Alter the description here slightly and point to the complete status response for
export:- …in v1.1.0, which would have been current when this spec was written: http://hl7.org/fhir/uv/bulkdata/2021May/export.html#response---complete-status
- …in v2.0.0, the current release: http://hl7.org/fhir/uv/bulkdata/export.html#response---complete-status
- …in latest: http://build.fhir.org/ig/HL7/bulk-data/export.html#response---complete-status
- Something else?
As a side note, I’d somehow never noticed (or maybe just forgotten) that this part of the spec was not-yet-a-published-release (and still isn’t). Not sure if that’s great, and what the current future roadmap or likelihood for it is.
@gotdan do you have a preferred resolution for this? I know we did not include $bulk-publish the latest publication but I think we could aim to put it in the next, and get the page in the current build. What are your thoughts?