We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vc.type
Scenario 1 bundle (COVID-19 immunization) expanded JWS includes the following type:
"type": [ "https://smarthealth.cards#health-card", "https://smarthealth.cards#labresult" ],
I'd expect this to be:
"type": [ "https://smarthealth.cards#health-card", "https://smarthealth.cards#immunization", "https://smarthealth.cards#covid19" ],
Scenario 3 bundle (COVID-19 lab result) expanded JWS includes the same type element as above. I'd expect it to be:
type
"type": [ "https://smarthealth.cards#health-card", "https://smarthealth.cards#labresult", "https://smarthealth.cards#covid19" ],
The text was updated successfully, but these errors were encountered:
Yes, main branch is not correct. We have a fix pending in the dev branch at https://github.com/HL7/fhir-shc-vaccination-ig/tree/dev/examples but this has not yet promoted to main.
Sorry, something went wrong.
See #174 and #172
No branches or pull requests
Scenario 1 bundle (COVID-19 immunization) expanded JWS includes the following type:
I'd expect this to be:
Scenario 3 bundle (COVID-19 lab result) expanded JWS includes the same
type
element as above. I'd expect it to be:The text was updated successfully, but these errors were encountered: