HL7 PT FHIR Implementation Guide: Community Health
1.0.1 - STU1
HL7 PT FHIR Implementation Guide: Community Health, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions
<Medication xmlns="http://hl7.org/fhir">
<id value="exemplo-medication-paracetamol"/>
<meta>
<profile
value="https://hl7.pt/fhir/community-health/StructureDefinition/medication-standard"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication exemplo-medication-paracetamol</b></p><a name="exemplo-medication-paracetamol"> </a><a name="hcexemplo-medication-paracetamol"> </a><a name="exemplo-medication-paracetamol-en-US"> </a><p><b>code</b>: <span title="Codes:{http://example.org/medications BENURON500}">ben-u-ron Paracetamol 500 mg</span></p><p><b>form</b>: <span title="Codes:{http://example.org/pharmacological-forms tablet}">Tablet</span></p><p><b>amount</b>: 20 tablets/</p><p><b style="color: maroon">Exception Generating Narrative: Cannot invoke "org.hl7.fhir.r5.renderers.utils.ResourceWrapper.has(String)" because "q" is null </b></p></div>
</text>
<code>
<coding>
<system value="http://example.org/medications"/>
<code value="BENURON500"/>
<display value="ben-u-ron Paracetamol 500 mg"/>
</coding>
<text value="ben-u-ron Paracetamol 500 mg"/>
</code>
<form>
<coding>
<system value="http://example.org/pharmacological-forms"/>
<code value="tablet"/>
<display value="Tablet"/>
</coding>
<text value="Tablet"/>
</form>
<amount>
<numerator>
<value value="20"/>
<unit value="tablets"/>
</numerator>
</amount>
<ingredient>
<itemReference>
<reference value="Substance/Paracetamol"/>
<display value="Paracetamol"/>
</itemReference>
<isActive value="true"/>
<strength>
<numerator>
<value value="500"/>
<unit value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="tablet"/>
</denominator>
</strength>
</ingredient>
</Medication>