question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

$everything operation

See original GitHub issue

Describe 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:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. 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:closed
  • Created 3 years ago
  • Comments:14 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
JohnTimmcommented, May 7, 2020

Agreed, this is an enhancement. Patient/$everything is an optional operation that has yet to be implemented.

1reaction
prb112commented, May 7, 2020

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found