From eb97eb8a7ea50811471ffeabf0c3777c1361a7d4 Mon Sep 17 00:00:00 2001 From: John Grimes Date: Wed, 22 May 2024 13:52:20 +1000 Subject: [PATCH] Update OperationDefinition links to point to v7 --- site/docs/server/operations/aggregate.md | 2 +- site/docs/server/operations/extract.md | 2 +- site/docs/server/operations/import.md | 2 +- site/docs/server/operations/search.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/docs/server/operations/aggregate.md b/site/docs/server/operations/aggregate.md index a580236f60..a6a46b2463 100644 --- a/site/docs/server/operations/aggregate.md +++ b/site/docs/server/operations/aggregate.md @@ -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 diff --git a/site/docs/server/operations/extract.md b/site/docs/server/operations/extract.md index 54edce7bda..586e91e625 100644 --- a/site/docs/server/operations/extract.md +++ b/site/docs/server/operations/extract.md @@ -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 diff --git a/site/docs/server/operations/import.md b/site/docs/server/operations/import.md index ae5238e95b..6a7f3f8021 100644 --- a/site/docs/server/operations/import.md +++ b/site/docs/server/operations/import.md @@ -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 diff --git a/site/docs/server/operations/search.md b/site/docs/server/operations/search.md index 37498be9c0..85ae3ec3fe 100644 --- a/site/docs/server/operations/search.md +++ b/site/docs/server/operations/search.md @@ -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`,