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.

Revisions

  1. ctkdev created this gist Oct 27, 2022.
    3 changes: 3 additions & 0 deletions JsonPath_FHIR_STU3_Search_Bundle_By_ResourceType.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    $['entry'][*]['resource'].[?(@.resourceType==='Appointment')]
    $['entry'][*]['resource'].[?(@.resourceType==='Practitioner')]
    $['entry'][*]['resource'].[?(@.resourceType==='Patient')]