Skip to content

Commit 3c7cddc

Browse files
committed
Add all expected resource types to be installed from an IG
1 parent 9e8ba34 commit 3c7cddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/cds.application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ hapi:
169169
name: hl7.fhir.uv.cql
170170
version: 2.0.0
171171
installMode: STORE_AND_INSTALL
172-
installResourceTypes: [ "Library" ]
172+
installResourceTypes: [ "CodeSystem", "ValueSet", "ConceptMap", "ActivityDefinition", "PlanDefinition", "Library", "Measure", "StructureDefinition" ]
173173
# swiss:
174174
# name: swiss.mednet.fhir
175175
# version: 0.8.0

0 commit comments

Comments
 (0)