Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Dec 13, 2024
1 parent a5e4e86 commit 5bc51f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions input/fsh/examples/poliovaxgeneric.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ InstanceOf: GenericProductModel
* nameType = #official
* name = "Polio"

* family = #medication
* family = #vaccine
//* family = #medication
//* family = #vaccine

* routeOfAdministration = #intramuscular
* dosageForm = #solution-for-injection
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/models/genericproduct.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Characteristics: #can-be-target
* name 1..1 string "The name of the product"
* description 0..1 string "The description of the product"
* classification 0..* CodeableConcept "A categorization or classification of the product e.g. ATC or others"
* family 1..1 CodeableConcept "the family e.g. device, medication..."
//* family 1..1 CodeableConcept "the family e.g. device, medication..."
* unitOfUse 1..1 CodeableConcept "The unit in which the generic product is used / counted" // do we have a better name?

* dosageForm 0..1 CodeableConcept "The physical form of the medication"
Expand Down

0 comments on commit 5bc51f8

Please sign in to comment.