From ac9542241ccdb960a498ba6ecbeb03c6142a89f9 Mon Sep 17 00:00:00 2001 From: Julia Afeltra <30803904+jafeltra@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:00:06 -0400 Subject: [PATCH] Extensions are supported on dependencies (#99) --- content/docs/SUSHI/configuration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/SUSHI/configuration/_index.md b/content/docs/SUSHI/configuration/_index.md index 6c0efe0..b364d5c 100644 --- a/content/docs/SUSHI/configuration/_index.md +++ b/content/docs/SUSHI/configuration/_index.md @@ -141,7 +141,7 @@ The table below lists all configuration properties that can be used in SUSHI's * | date | date | As specified in the IG resource | | definition
└ extension | definition.extension | A list of extensions that apply to `IG.definition`. **Note:** the only property supported on the `definition` property is `extension`. | | description | description | As specified in the IG resource | -| dependencies | dependsOn | A `key: value` pair, where key is the package id and value is the version (or `dev`/`current`). For advanced use cases, the value can be an object with keys for `id`, `uri` and `version`. For R5 IG resources, the key `reason` can also be provided. | +| dependencies | dependsOn | A `key: value` pair, where key is the package id and value is the version (or `dev`/`current`). For advanced use cases, the value can be an object with keys for `id`, `uri`, `version`, and `extension`. For R5 IG resources, the key `reason` can also be provided. | | experimental | experimental | As specified in the IG resource | | extension | extension | As specified in the IG resource | | fhirVersion | fhirVersion | As specified in the IG resource. SUSHI supports FHIR versions in the R4 or R5 sequences, as given in the [FHIR Publication History](http://hl7.org/fhir/directory.html). 5.0.0-snapshot1. Projects that wish to use a 5.0.0 pre-release can specify the version in their sushi-config.yaml file, e.g., `fhirVersion: 5.0.0-snapshot1`. |