Skip to content

Commit

Permalink
other imrpov
Browse files Browse the repository at this point in the history
  • Loading branch information
joofio committed May 27, 2024
1 parent 5805ac9 commit 37a814b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ig-template/package/includes/ips.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
{{ comp.code.text }} || {{comp.valueInteger}} <br/>{% endif %}
{% if comp.valueQuantity %}
<br/>
{{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %}
{{ comp.code.text }} || {{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %}

{% endfor %}

Expand Down Expand Up @@ -253,7 +253,7 @@
{{ comp.code.text }} || {{comp.valueInteger}} <br/>{% endif %}
{% if comp.valueQuantity %}
<br/>
{{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %}
{{ comp.code.text }} || {{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %}

{% endfor %}

Expand Down Expand Up @@ -302,7 +302,7 @@
{{ comp.code.text }} || {{comp.valueInteger}} <br/>{% endif %}
{% if comp.valueQuantity %}
<br/>
{{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %}
{{ comp.code.text }} || {{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %}

{% endfor %}

Expand Down
21 changes: 21 additions & 0 deletions input/fsh/examples/himss.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,27 @@ Usage: #inline
* ingredient.strength.denominator.system = $ucum
* ingredient.strength.denominator.code = #{tablet}

Instance: novorapid-flexpen-himss
InstanceOf: Medication
Usage: #inline


* code.coding[0] = $spor-man#xxx ""
* code.coding[+] = $phpid#xxxx ""

* form = $edqm#10219000 "Tablet"
* ingredient.itemCodeableConcept = $unii#WK2XYI10QM "IBUPROFEN"
* ingredient.itemCodeableConcept.text = "IBUPROFEN"
* ingredient.strength.numerator.value = 600
* ingredient.strength.numerator.unit = "mg"
* ingredient.strength.numerator.system = $ucum
* ingredient.strength.numerator.code = #mg
* ingredient.strength.denominator.value = 1
* ingredient.strength.denominator.unit = "Tablet"
* ingredient.strength.denominator.system = $ucum
* ingredient.strength.denominator.code = #{tablet}





Expand Down

0 comments on commit 37a814b

Please sign in to comment.