🇨🇱 EMA Health Chile Implementation Guide
0.1.0 - ci-build

🇨🇱 EMA Health Chile Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Definición Precio Consulta - JSON Representation

Active as of 2026-06-30

Raw json | Download

{
  "resourceType" : "ChargeItemDefinition",
  "id" : "EjemploEmaChargeItemDefinition",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/cl/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-06-30 03:05:46-0400</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>,<a href=\"mailto:contacto@emahealth.io\">contacto@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>code</b>: <span title=\"Codes:{https://emahealth.io/fhir/cl/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/cl/ChargeItemDefinition/EjemploEmaChargeItemDefinition",
  "version" : "0.1.0",
  "status" : "active",
  "date" : "2026-06-30T03:05:46-04:00",
  "publisher" : "EMA Health SpA",
  "contact" : [
    {
      "name" : "EMA Health SpA",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://emahealth.io"
        },
        {
          "system" : "email",
          "value" : "contacto@emahealth.io"
        }
      ]
    }
  ],
  "description" : "Consulta medicina general — precio particular y copago FONASA MLE tramo B/C/D.",
  "code" : {
    "coding" : [
      {
        "system" : "https://emahealth.io/fhir/cl/CodeSystem/cs-prestaciones-fonasa",
        "code" : "0101001"
      }
    ]
  },
  "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"
          }
        }
      ]
    }
  ]
}