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 |
{
"resourceType" : "ChargeItemDefinition",
"id" : "EjemploEmaChargeItemDefinition",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/billing/StructureDefinition/ema-charge-item-definition"
]
},
"text" : {
"status" : "generated",
"div" : "<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>\n</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>"
},
"url" : "https://emahealth.io/fhir/billing/ChargeItemDefinition/ejemplo-consulta-general",
"version" : "0.1.0",
"status" : "active",
"date" : "2026-03-15T22:36:59+00:00",
"publisher" : "EMA Health SpA",
"contact" : [
{
"name" : "EMA Health SpA",
"telecom" : [
{
"system" : "url",
"value" : "https://emahealth.io"
}
]
}
],
"description" : "Consulta medicina general — precio particular y copago FONASA MLE tramo B/C/D.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CL",
"display" : "Chile"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://emahealth.io/fhir/billing/CodeSystem/cs-prestaciones-fonasa",
"code" : "0101001",
"display" : "Consulta medicina general"
}
]
},
"propertyGroup" : [
{
"priceComponent" : [
{
"type" : "base",
"code" : {
"text" : "Precio particular"
},
"amount" : {
"value" : 25000,
"currency" : "CLP"
}
}
]
},
{
"priceComponent" : [
{
"type" : "base",
"code" : {
"text" : "Copago FONASA Tramo B"
},
"amount" : {
"value" : 0,
"currency" : "CLP"
}
}
]
},
{
"priceComponent" : [
{
"type" : "base",
"code" : {
"text" : "Copago FONASA Tramo C"
},
"amount" : {
"value" : 5000,
"currency" : "CLP"
}
}
]
},
{
"priceComponent" : [
{
"type" : "base",
"code" : {
"text" : "Copago FONASA Tramo D"
},
"amount" : {
"value" : 10000,
"currency" : "CLP"
}
}
]
}
]
}