Created
October 27, 2022 12:23
-
-
Save ctkdev/f19d2cb56c427c773514170f214e6c17 to your computer and use it in GitHub Desktop.
JsonPath Expression FHIR STU3 JSON Retrieve Specific Resources from a Bundle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $['entry'][*]['resource'].[?(@.resourceType==='Appointment')] | |
| $['entry'][*]['resource'].[?(@.resourceType==='Practitioner')] | |
| $['entry'][*]['resource'].[?(@.resourceType==='Patient')] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment