Skip to content

Commit

Permalink
fix missing system in code
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Mar 29, 2024
1 parent 2451397 commit eef9cc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion input/fsh/Aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Alias: $CVX = http://hl7.org/fhir/sid/cvx
Alias: $GENDER = http://hl7.org/fhir/administrative-gender

Alias: $measure-scoring = http://terminology.hl7.org/CodeSystem/measure-scoring
Alias: $measure-population = http://terminology.hl7.org/CodeSystem/measure-population
Alias: $measure-population = http://terminology.hl7.org/CodeSystem/measure-population

Alias: $action-type = http://terminology.hl7.org/CodeSystem/action-type
2 changes: 1 addition & 1 deletion input/fsh/plandefinitions/IMMZPDrulesets.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RuleSet: PlanDefMedicationRequestUpdate( title, description, condition, library,
* action[+]
* title = "{title}"
* description = {description}
* type = #update
* type = $action-type#update
* condition[+]
* kind = #applicability
* expression
Expand Down

0 comments on commit eef9cc7

Please sign in to comment.