Skip to content

Commit

Permalink
Update OperationDefinition links to point to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed May 22, 2024
1 parent c415c4a commit eb97eb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/docs/server/operations/aggregate.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: The aggregate operation allows a user to perform aggregate queries

# Aggregate

[FHIR OperationDefinition](https://pathling.csiro.au/fhir/OperationDefinition/aggregate-6)
[FHIR OperationDefinition](https://pathling.csiro.au/fhir/OperationDefinition/aggregate-7)

This operation allows a user to perform aggregate queries on data held within
the FHIR server. You call the operation by specifying aggregation, grouping and
Expand Down
2 changes: 1 addition & 1 deletion site/docs/server/operations/extract.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: The extract operation allows a user to create arbitrary tabular ext

# Extract

[FHIR OperationDefinition](https://pathling.csiro.au/fhir/OperationDefinition/extract-6)
[FHIR OperationDefinition](https://pathling.csiro.au/fhir/OperationDefinition/extract-7)

This operation allows a user to create arbitrary tabular extracts from FHIR
data, by specifying columns in terms of set of FHIRPath expressions that are
Expand Down
2 changes: 1 addition & 1 deletion site/docs/server/operations/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: The import operation allows FHIR data to be imported into the serve

# Import

[FHIR OperationDefinition](https://pathling.csiro.au/fhir/OperationDefinition/import-6)
[FHIR OperationDefinition](https://pathling.csiro.au/fhir/OperationDefinition/import-7)

This operation allows FHIR R4 data to be imported into the server, making it
available for query via other operations such
Expand Down
2 changes: 1 addition & 1 deletion site/docs/server/operations/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Pathling server supports a FHIRPath-based search profile that allow

# Search

[FHIR OperationDefinition](https://pathling.csiro.au/fhir/OperationDefinition/search-6)
[FHIR OperationDefinition](https://pathling.csiro.au/fhir/OperationDefinition/search-7)

This operation extends the search capabilities of FHIR using a
[search profile](https://hl7.org/fhir/R4/search.html#query) called `fhirPath`,
Expand Down

0 comments on commit eb97eb8

Please sign in to comment.