Skip to content

Commit

Permalink
strength nominator optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindstrm authored Nov 23, 2023
1 parent 24c2347 commit 521fa6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions input/fsh/exampleProductBundles/eeJangee00.2mg3mgTablet.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ Usage: #inline
* for[+] = Reference(Jangee-002mg-3mg-Film-coated-tablet-EE-APD)
* role = $100000072050#100000072072 "Active"
* substance.code.concept = $sms#100000091531 "Ethinylestradiol betadex clathrate"
* substance.strength.presentationRatio.numerator = 0.02 $100000110633#100000110655 "milligram(s)"
* substance.strength.presentationRatio.denominator = 1 $200000000014#200000002152 "tablet"
//* substance.strength.presentationRatio.numerator = 0.02 $100000110633#100000110655 "milligram(s)"
//* substance.strength.presentationRatio.denominator = 1 $200000000014#200000002152 "tablet"
* substance.strength.referenceStrength.substance.concept = $sms#100000091721 "Ethinylestradiol"
* substance.strength.referenceStrength.strengthRatio.numerator = 0.03 $100000110633#100000110655 "milligram(s)"
* substance.strength.referenceStrength.strengthRatio.numerator = 0.02 $100000110633#100000110655 "milligram(s)"
* substance.strength.referenceStrength.strengthRatio.denominator = 1 $200000000014#200000002152 "tablet"


Expand Down
4 changes: 2 additions & 2 deletions input/fsh/exampleProductBundles/eeJangee00.3mg3mgTablet.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ Usage: #inline
* for[+] = Reference(Jangee-003mg-3mg-Film-coated-tablet-EE-APD)
* role = $100000072050#100000072072 "Active"
* substance.code.concept = $sms#100000091531 "Ethinylestradiol betadex clathrate"
* substance.strength.presentationRatio.numerator = 0.03 $100000110633#100000110655 "milligram(s)"
* substance.strength.presentationRatio.denominator = 1 $200000000014#200000002152 "tablet"
//* substance.strength.presentationRatio.numerator = 0.03 $100000110633#100000110655 "milligram(s)"
//* substance.strength.presentationRatio.denominator = 1 $200000000014#200000002152 "tablet"
* substance.strength.referenceStrength.substance.concept = $sms#100000091721 "Ethinylestradiol"
* substance.strength.referenceStrength.strengthRatio.numerator = 0.03 $100000110633#100000110655 "milligram(s)"
* substance.strength.referenceStrength.strengthRatio.denominator = 1 $200000000014#200000002152 "tablet"
Expand Down
Empty file.
6 changes: 3 additions & 3 deletions input/fsh/profiles/regulatoryProfiles.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Description: """Medicinal Product as defined in ISO IDMP"""
* identifier contains
mpid 1..1 and
pmsid 0..1
// * otherid 0..* //TO DO: What to do about other slices?


* identifier[mpid]
* system = "http://ema.europa.eu/fhir/mpId"
Expand Down Expand Up @@ -262,7 +262,7 @@ Description: """Ingredient for the medicinal product, pharmaceutical product and
* ^definition = "EMA IG 5.5.2"
//* numerator.comparator.coding.system = $100000000008 // TO DO: not easily extendable, what to do with it?
* numerator from UnitOfMeasurement
* numerator 1..1
* numerator 0..1
// * numerator.system = $100000110633
// * numerator.code from unit-of-measurement-vs
* denominator 1..1
Expand All @@ -273,7 +273,7 @@ Description: """Ingredient for the medicinal product, pharmaceutical product and
* ^short = "Strength per unit of measurement (20mg/1ml)"
* ^definition = "EMA IG 5.5.2"
//* numerator.comparator.coding.system = $100000000008 // TO DO: not easily extendable, what to do with it?
* numerator 1..1
* numerator 0..1
// * numerator.system = $100000110633
* numerator from UnitOfMeasurement
* denominator 1..1
Expand Down

0 comments on commit 521fa6f

Please sign in to comment.