Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Cardinalities in DrugAdministrationAction of Product.Coding #47

Merged
merged 3 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ Description: "Definition of a drug administration action as part of a recommende
* coding ^slicing.discriminator.type = #pattern
* coding ^slicing.discriminator.path = "$this"
* coding ^slicing.rules = #open
* coding 1..*
* coding contains
sct 1..1 and
sct 0..1 and
atc 0..1 and
rxnorm 0..1 and
atcde 0..1
Expand Down
1 change: 0 additions & 1 deletion input/fsh/intervention/actions/p-recommendation-action.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Description: "Definition of an activity that is part of an intervention in the c
* timing[x] only Timing
* timingTiming
* insert timing-restrictions
* timingTiming.repeat 1..1 MS
* extension contains RelativeTime named relativeTime 0..*
* product[x] MS
* quantity MS
Expand Down
Loading