Skip to content

Feature/test delete#16

Open
matthewpeterkort wants to merge 37 commits intomainfrom
feature/test-delete
Open

Feature/test delete#16
matthewpeterkort wants to merge 37 commits intomainfrom
feature/test-delete

Conversation

@matthewpeterkort
Copy link
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

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