[HealthSamurai/smartbox#563] load Da Vinci CRD/DTR/PAS 2.1.0 from the registry via env - #30
Merged
Merged
Conversation
… registry via env The quickstart pulled CRD/DTR/PAS as patched 2.0.1 tarballs from gs://payerbox-public via $fhir-package-install. The patches dropped four kind: logical StructureDefinitions and the Coverage.relationship X12Code slice to work around an Aidbox fhir-schema compiler limitation that no longer exists: native 2.1.0 loads clean from BOX_BOOTSTRAP_FHIR_PACKAGES alone, logical models included. Add davinci-crd/dtr/pas #2.1.0 to BOX_BOOTSTRAP_FHIR_PACKAGES on aidbox-admin and drop the $fhir-package-install entry from the init bundle. aidbox-dev keeps its minimal package set. Also correct the DTR row in implementation-guides.md (STU 2.0.1 -> 2.1.0) to match what is now loaded. Note: the bundle in gs://payerbox-public still has to be republished for this to take effect at runtime.
Moving the quickstart to PAS 2.1.0 tightened several elements the documented $submit and $inquire payloads did not carry, so the examples started returning 422 against the stack the page tells readers to run: Claim.item.extension:requestType 0..1 -> 1..1 Claim.item.extension:certificationType 0..1 -> 1..1 Claim.item.location[x] required Patient.identifier:memberIdentifier required by PASSubscriber Coverage.relationship required Coverage us-core-15 (member id or subscriberId) Add the missing elements. Values follow the prior-auth integration fixtures: X12 1525 SC / 1322 I, CMS place of service 11, v2-0203 MB. Verified against a local quickstart on the new package set: $submit returns 200 with a queued ClaimResponse and $inquire returns 200. prior-auth/pas.md is left alone — its Claim is a deliberately trimmed pillar illustration that failed validation identically before this change (7 fatals on both 2.0.1 and 2.1.0).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The quickstart pulled CRD/DTR/PAS as patched 2.0.1 tarballs from
gs://payerbox-public via $fhir-package-install. The patches dropped four
kind: logical StructureDefinitions and the Coverage.relationship X12Code
slice to work around an Aidbox fhir-schema compiler limitation that no
longer exists: native 2.1.0 loads clean from BOX_BOOTSTRAP_FHIR_PACKAGES
alone, logical models included.
Add davinci-crd/dtr/pas #2 to BOX_BOOTSTRAP_FHIR_PACKAGES on
aidbox-admin and drop the $fhir-package-install entry from the init
bundle. aidbox-dev keeps its minimal package set.
Also correct the DTR row in implementation-guides.md (STU 2.0.1 -> 2.1.0)
to match what is now loaded.