Skip to content

Commit

Permalink
[#56] Adapted some parent profile references moved from CH EMED to CH…
Browse files Browse the repository at this point in the history
… Core
  • Loading branch information
dvribeira committed Mar 25, 2024
1 parent a40e8b0 commit 33a2bde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions input/fsh/structuredefinition/quantity.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RuleSet: quantity-ruleset
// Amount Quantity
// =====================================================================================
Profile: CHEMEDEPRAmountQuantity
Parent: CHEMEDQuantityWithEmedUnits
Parent: CHCoreQuantityWithEmedUnits
Id: ch-emed-epr-amount-quantity
Title: "Amount Quantity"
Description: "A quantity with an amount unit (no time unit)"
Expand All @@ -30,7 +30,7 @@ Severity: #warning
// Time Quantity
// =====================================================================================
Profile: CHEMEDEPRTimeQuantity
Parent: CHEMEDQuantityWithEmedUnits
Parent: CHCoreQuantityWithEmedUnits
Id: ch-emed-epr-time-quantity
Title: "Time Quantity"
Description: "A quantity with a time unit (a duration)"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/structuredefinition/range.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RuleSet: range-ruleset
// Amount Quantity Range
// =====================================================================================
Profile: CHEMEDEPRAmountRange
Parent: CHEMEDRangeWithEmedUnits
Parent: CHCoreRangeWithEmedUnits
Id: ch-emed-epr-amount-range
Title: "Amount Range"
Description: "A range of amount quantities"
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/structuredefinition/ratio.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RuleSet: ratio-ruleset
// Quantity Ratio (Amount / Amount)
// =====================================================================================
Profile: CHEMEDEPRRatioAmountPerAmount
Parent: CHEMEDRatioWithEmedUnits
Parent: CHCoreRatioWithEmedUnits
Id: ch-emed-epr-ratio-amount-per-amount
Title: "Ratio (Amount / Amount)"
Description: "A ratio of amount per amount"
Expand All @@ -21,7 +21,7 @@ Description: "A ratio of amount per amount"
// Quantity Ratio (Amount / Time)
// =====================================================================================
Profile: CHEMEDEPRRatioAmountPerTime
Parent: CHEMEDRatioWithEmedUnits
Parent: CHCoreRatioWithEmedUnits
Id: ch-emed-epr-ratio-amount-per-time
Title: "Ratio (Amount / Time)"
Description: "A ratio of amount per time"
Expand Down

0 comments on commit 33a2bde

Please sign in to comment.