AU Core Implementation Guide
0.3.0-ballot - R1
This page is part of the AU Core (v0.3.0-ballot: AU Core R1 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<Medication xmlns="http://hl7.org/fhir">
<id value="2active-ingredients"/>
<meta>
<profile
value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>perindopril arginine</b> 10 mg + <b>amLODIPIne</b> 10 mg – tablet</p>
</div>
</text>
<code>
<text value="Perindopril-Amlodipine"/>
</code>
<form>
<coding>
<system value="http://snomed.info/sct"/>
<code value="385055001"/>
<display value="Tablet"/>
</coding>
</form>
<amount>
<numerator>
<value value="10"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="tablet"/>
<system value="http://unitsofmeasure.org"/>
<code value="{tablet}"/>
</denominator>
</amount>
<ingredient>
<itemCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="2460011000036108"/>
<display value="perindopril arginine"/>
</coding>
</itemCodeableConcept>
<isActive value="true"/>
<strength>
<numerator>
<value value="10"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="tablet"/>
<system value="http://unitsofmeasure.org"/>
<code value="{tablet}"/>
</denominator>
</strength>
</ingredient>
<ingredient>
<itemCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="1792011000036100"/>
<display value="amlodipine"/>
</coding>
</itemCodeableConcept>
<isActive value="true"/>
</ingredient>
</Medication>