Skip to content

Commit

Permalink
Fixed compile errors based on file name changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeaduncan committed Oct 5, 2023
1 parent c696549 commit 8755fbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion input/fsh/definitions/measles.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Usage: #definition
* description = "Provision of the MCV dose"
* language = #text/cql-identifier
* expression = "Provision of the MCV dose"
* definitionCanonical = Canonical(Instance: IMMZD2DTMeaslesMR)
* definitionCanonical = Canonical(IMMZD2DTMeaslesMR)


Instance: IMMZD2DTMeaslesMR
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/definitions/umbrella.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Usage: #definition
* description = "Provide measles immunization"
* code = http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-process-cs#dispense-medications
* selectionBehavior = #all
* definitionCanonical = Canonical(IMMZDT08Measles)
* definitionCanonical = Canonical(IMMZD2DTMeasles)
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ groups:
 
resources:
- ActivityDefinition/IMMZDT08MeaslesMR
- ActivityDefinition/IMMZD2DTMeaslesMR
## GroupB:
## name: Group B
## description: The Beta Group
Expand Down

0 comments on commit 8755fbd

Please sign in to comment.