$everything operation
See original GitHub issueDescribe the bug A clear and concise description of what the bug is.
Get all resources for a patient using $everything operation fails and returns error.
To Reproduce Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
{baseURL}/Patient/{id}**/$everything
Expected behavior A clear and concise description of what you expected to happen.
It should return all associated resources for patient
Additional context returns below error
Add any other context about the problem here.
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "fatal",
"code": "exception",
"details": {
"text": "FHIROperationNotFoundException: Operation with name: 'everything:Patient' was not found"
}
}
]
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Operation-patient-everything - FHIR v5.0.0-cibuild
The date range relates to care dates, not record currency dates - e.g. all records relating to care provided in a certain date...
Read more >Using Patient-everything in FHIR service - Azure
The Patient-everything operation is used to provide a view of all resources related to a patient. This operation can be useful to give ......
Read more >Patient $everything - 1upHealth Docs
This is useful when transmitting batch data or getting the full patient history. 1upHealth supports the $everything FHIR endpoint.
Read more >$everything operation · Issue #1044 · LinuxForHealth/FHIR
Get all resources for a patient using $everything operation fails and returns error. To Reproduce Steps to reproduce the behavior: Go to '....
Read more >Operation-patient-everything - FHIR v4.0.1
OPERATION : Fetch Patient Record. The official URL for this operation definition is: http://hl7.org/fhir/OperationDefinition/Patient-everything.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Agreed, this is an enhancement. Patient/$everything is an optional operation that has yet to be implemented.
@hrnagesh the conformance documentation and conformance statement elaborate on the supported FHIR Operations. https://ibm.github.io/FHIR/Conformance/#extended-operations. I’d kindly like to change this to a feature request rather than a bug.