Skip to content
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

resource not found error on creating immunization with reaction #469

Open
ankur47 opened this issue Jul 6, 2020 · 1 comment
Open

resource not found error on creating immunization with reaction #469

ankur47 opened this issue Jul 6, 2020 · 1 comment
Labels
fhir Issues relating to FHIR projects help wanted Extra attention is needed

Comments

@ankur47
Copy link

ankur47 commented Jul 6, 2020

I am able to create immunization when reaction is chosen as None. However if i choose any reaction from the dropdown. it is throwing the below error on "await this.resourceService.saveResource(this.reaction);"

Here is the snippet of error Log

{
  "issue": [
    {
      "code": "no-store",
      "details": {
        "text": "storage_error"
      },
      "diagnostics": "resource not found: Observation/57fb1c67-065d-4360-b837-a25077435ed6-reaction",
      "severity": "error"
    }
  ],
  "resourceType": "OperationOutcome"
}
@nikklassen
Copy link
Collaborator

Thanks for bringing up this issue. We have made some improvements to our conformance to the FHIR spec since this demo was originally written, and as a result the resources are missing some required fields. Given that this is an older demo, I can't say when we will be able to fix it though. Any contributions are welcome.

@nikklassen nikklassen added fhir Issues relating to FHIR projects help wanted Extra attention is needed labels Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fhir Issues relating to FHIR projects help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants