Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ctkdev/f19d2cb56c427c773514170f214e6c17 to your computer and use it in GitHub Desktop.
Save ctkdev/f19d2cb56c427c773514170f214e6c17 to your computer and use it in GitHub Desktop.
JsonPath Expression FHIR STU3 JSON Retrieve Specific Resources from a Bundle
$['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