EMA Billing Implementation Guide
0.1.0 - ci-build
EMA Billing Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-03-15 |
<ChargeItemDefinition xmlns="http://hl7.org/fhir">
<id value="EjemploEmaChargeItemDefinition"/>
<meta>
<profile
value="https://emahealth.io/fhir/billing/StructureDefinition/ema-charge-item-definition"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ChargeItemDefinition EjemploEmaChargeItemDefinition</b></p><a name="EjemploEmaChargeItemDefinition"> </a><a name="hcEjemploEmaChargeItemDefinition"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ema-charge-item-definition.html">EMA ChargeItemDefinition</a></p></div><p><b>url</b>: <a href="ChargeItemDefinition-EjemploEmaChargeItemDefinition.html">ChargeItemDefinition Consulta medicina general</a></p><p><b>version</b>: 0.1.0</p><p><b>status</b>: Active</p><p><b>date</b>: 2026-03-15 22:36:59+0000</p><p><b>publisher</b>: EMA Health SpA</p><p><b>contact</b>: EMA Health SpA: <a href="https://emahealth.io">https://emahealth.io</a></p><p><b>description</b>: </p><div><p>Consulta medicina general — precio particular y copago FONASA MLE tramo B/C/D.</p>
</div><p><b>jurisdiction</b>: <span title="Codes:{urn:iso:std:iso:3166 CL}">Chile</span></p><p><b>code</b>: <span title="Codes:{https://emahealth.io/fhir/billing/CodeSystem/cs-prestaciones-fonasa 0101001}">Consulta medicina general</span></p><blockquote><p><b>propertyGroup</b></p><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base price</p><p><b>code</b>: <span title="Codes:">Precio particular</span></p><h3>Amounts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style="display: none">*</td><td>25000</td><td>Chilean peso</td></tr></table></blockquote></blockquote><blockquote><p><b>propertyGroup</b></p><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base price</p><p><b>code</b>: <span title="Codes:">Copago FONASA Tramo B</span></p><h3>Amounts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style="display: none">*</td><td>0</td><td>Chilean peso</td></tr></table></blockquote></blockquote><blockquote><p><b>propertyGroup</b></p><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base price</p><p><b>code</b>: <span title="Codes:">Copago FONASA Tramo C</span></p><h3>Amounts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style="display: none">*</td><td>5000</td><td>Chilean peso</td></tr></table></blockquote></blockquote><blockquote><p><b>propertyGroup</b></p><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base price</p><p><b>code</b>: <span title="Codes:">Copago FONASA Tramo D</span></p><h3>Amounts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style="display: none">*</td><td>10000</td><td>Chilean peso</td></tr></table></blockquote></blockquote></div>
</text>
<url
value="https://emahealth.io/fhir/billing/ChargeItemDefinition/ejemplo-consulta-general"/>
<version value="0.1.0"/>
<status value="active"/>
<date value="2026-03-15T22:36:59+00:00"/>
<publisher value="EMA Health SpA"/>
<contact>
<name value="EMA Health SpA"/>
<telecom>
<system value="url"/>
<value value="https://emahealth.io"/>
</telecom>
</contact>
<description
value="Consulta medicina general — precio particular y copago FONASA MLE tramo B/C/D."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="CL"/>
<display value="Chile"/>
</coding>
</jurisdiction>
<code>
<coding>
<system
value="https://emahealth.io/fhir/billing/CodeSystem/cs-prestaciones-fonasa"/>
<code value="0101001"/>
<display value="Consulta medicina general"/>
</coding>
</code>
<propertyGroup>
<priceComponent>
<type value="base"/>
<code>
<text value="Precio particular"/>
</code>
<amount>
<value value="25000"/>
<currency value="CLP"/>
</amount>
</priceComponent>
</propertyGroup>
<propertyGroup>
<priceComponent>
<type value="base"/>
<code>
<text value="Copago FONASA Tramo B"/>
</code>
<amount>
<value value="0"/>
<currency value="CLP"/>
</amount>
</priceComponent>
</propertyGroup>
<propertyGroup>
<priceComponent>
<type value="base"/>
<code>
<text value="Copago FONASA Tramo C"/>
</code>
<amount>
<value value="5000"/>
<currency value="CLP"/>
</amount>
</priceComponent>
</propertyGroup>
<propertyGroup>
<priceComponent>
<type value="base"/>
<code>
<text value="Copago FONASA Tramo D"/>
</code>
<amount>
<value value="10000"/>
<currency value="CLP"/>
</amount>
</priceComponent>
</propertyGroup>
</ChargeItemDefinition>