Skip to content

Feature/test delete#16

Merged
matthewpeterkort merged 37 commits intomainfrom
feature/test-delete
Mar 24, 2026
Merged

Feature/test delete#16
matthewpeterkort merged 37 commits intomainfrom
feature/test-delete

Conversation

@matthewpeterkort
Copy link
Copy Markdown
Collaborator

@matthewpeterkort matthewpeterkort commented Feb 19, 2026

A query like:

query($filter: JSON){
  observation(filter:$filter first: 10000) {
    id
    identifier {
      value
    }
    auth_resource_path
    focus {
      ... on ConditionType {
        id
        identifier {
          value
        }
      }
    }
  }
}

with filter

{
  "filter": {
    ">": {
      "Condition.onsetAge.value": "25000"
    }
  }
}

working on development with this PR

@matthewpeterkort matthewpeterkort merged commit b2fbe99 into main Mar 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant