-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update IG DaVinci Payer Data Exchange (PDex) US Drug Formulary | STU2 #3152
Comments
I see there is now a 2.0.0-ballot release of PDex (http://hl7.org/fhir/us/davinci-pdex/2022May/). Is that the version we want to include, or do we need the final 2.0.0 release? |
best to wait until it's at http://hl7.org/fhir/us/davinci-pdex/STU2/ |
from the readme in fhir-ig-pdex-formulary:
package is at https://hl7.org/fhir/us/davinci-drug-formulary/package.tgz |
I POSTed each of the Formulary STU2 samples to a server with our IG installed and the only peculiarity I noticed is that a number of the ValueSets could not be expanded. This shows up as a validation warning with code "incomplete" and details text like "Membership check was not performed: value set [X] is empty or could not be expanded".
Sometimes these valuesets reference data we cannot include in our open source project, so there may or may not be much we can do about that. |
update: the two "SemanticDrug" ones are composed from system the http://hl7.org/fhir/us/davinci-pdex-plan-net/ValueSet/InsuranceProductTypeVS|2.0.0 one is a little trickier. this valueset actually comes from a different IG (pdex-plannet). I think we added the version suffix in error thinking it was part of this IG. Based on the packaged ImplementationGuide resource, it should probably refer to version 1.0.0 of that valueset instead: |
I found a spec bug, opened https://jira.hl7.org/browse/FHIR-39401 for it, and created a pull request to address this and the previous comment. |
After the fixes, I confirm that I can now search usdf-FormularyDrug (MedicationKnowledge) by code. In the future we could consider either: However, I think this is good for now. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Upon release of an official STU, the IBM FHIR Server should update the following IG:
DaVinci Payer Data Exchange (PDex) US Drug Formulary | STU2 release needs to be added to the IG
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Acceptance Criteria
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: