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
{
"resourceType" : "ChargeItem",
"id" : "EjemploEmaChargeItem",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/billing/StructureDefinition/ema-charge-item"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"status" : "billed",
"code" : {
"coding" : [
{
"system" : "https://emahealth.io/fhir/billing/CodeSystem/cs-prestaciones-fonasa",
"code" : "0101001",
"display" : "Consulta medicina general"
}
]
},
"subject" : {
"reference" : "Patient/ejemplo-patient",
"display" : "María Fernández"
},
"context" : {
"reference" : "Encounter/ejemplo-encounter",
"display" : "Consulta ambulatoria 2026-03-14"
},
"occurrenceDateTime" : "2026-03-14T10:30:00-03:00",
"performer" : [
{
"actor" : {
"reference" : "Practitioner/ejemplo-practitioner",
"display" : "Dr. Carlos Muñoz"
}
}
],
"quantity" : {
"value" : 1
},
"priceOverride" : {
"value" : 25000,
"currency" : "CLP"
}
}