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
<ChargeItem xmlns="http://hl7.org/fhir">
<id value="EjemploEmaChargeItem"/>
<meta>
<profile
value="https://emahealth.io/fhir/billing/StructureDefinition/ema-charge-item"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CargoDeItem EjemploEmaChargeItem</b></p><a name="EjemploEmaChargeItem"> </a><a name="hcEjemploEmaChargeItem"> </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.html">EMA ChargeItem</a></p></div><p><b>status</b>: Billed</p><p><b>code</b>: <span title="Codes:{https://emahealth.io/fhir/billing/CodeSystem/cs-prestaciones-fonasa 0101001}">Consulta medicina general</span></p><p><b>subject</b>: <a href="Patient/ejemplo-patient">María Fernández</a></p><p><b>context</b>: <a href="Encounter/ejemplo-encounter">Consulta ambulatoria 2026-03-14</a></p><p><b>occurrence</b>: 2026-03-14 10:30:00-0300</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner/ejemplo-practitioner">Dr. Carlos Muñoz</a></td></tr></table><p><b>quantity</b>: 1</p><h3>PriceOverrides</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></div>
</text>
<status value="billed"/>
<code>
<coding>
<system
value="https://emahealth.io/fhir/billing/CodeSystem/cs-prestaciones-fonasa"/>
<code value="0101001"/>
<display value="Consulta medicina general"/>
</coding>
</code>
<subject>
<reference value="Patient/ejemplo-patient"/>
<display value="María Fernández"/>
</subject>
<context>
<reference value="Encounter/ejemplo-encounter"/>
<display value="Consulta ambulatoria 2026-03-14"/>
</context>
<occurrenceDateTime value="2026-03-14T10:30:00-03:00"/>
<performer>
<actor>
<reference value="Practitioner/ejemplo-practitioner"/>
<display value="Dr. Carlos Muñoz"/>
</actor>
</performer>
<quantity>
<value value="1"/>
</quantity>
<priceOverride>
<value value="25000"/>
<currency value="CLP"/>
</priceOverride>
</ChargeItem>