Skip to content

Commit

Permalink
Fix spd-0 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke committed Jan 24, 2025
1 parent 5c44fea commit 39d67f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/input/fsh/ISiKKontaktGesundheitseinrichtung.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ InstanceOf: SearchParameter
Usage: #definition
* description = "The actual start date of the Encounter (Backport from R5). The parameter cannot repeat or have multiple values."
* insert MetaInstance
* name = "date-start"
* name = "Date-start"
* code = #date-start
* base = #Encounter
* type = #date
Expand All @@ -535,7 +535,7 @@ InstanceOf: SearchParameter
Usage: #definition
* description = "The actual end date of the Encounter (Backport from R5). The parameter cannot repeat or have multiple values."
* insert MetaInstance
* name = "end-date"
* name = "End-date"
* code = #end-date
* base = #Encounter
* type = #date
Expand Down

0 comments on commit 39d67f9

Please sign in to comment.