🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build

🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Definición de precio — consulta de control - JSON Representation

Active as of 2026-08-31

Raw json | Download

{
  "resourceType" : "ChargeItemDefinition",
  "id" : "EjemploEmaCoreChargeItemDefinition",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-charge-item-definition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItemDefinition EjemploEmaCoreChargeItemDefinition</b></p><a name=\"EjemploEmaCoreChargeItemDefinition\"> </a><a name=\"hcEjemploEmaCoreChargeItemDefinition\"> </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-core-charge-item-definition.html\">EMA Core ChargeItemDefinition</a></p></div><p><b>url</b>: <a href=\"ChargeItemDefinition-EjemploEmaCoreChargeItemDefinition.html\">ChargeItemDefinition Consulta de control — medicina interna</a></p><p><b>identifier</b>: <code>https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog</code>/CLI-CONS-CTRL</p><p><b>version</b>: 0.10.0</p><p><b>title</b>: Consulta de control — medicina interna</p><p><b>status</b>: Active</p><p><b>date</b>: 2026-08-31 21:14:26+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>,<a href=\"mailto:contacto@emahealth.io\">contacto@emahealth.io</a></p><p><b>description</b>: </p><div><p>Valor particular de la consulta de control ambulatorio</p>\n</div><p><b>code</b>: <span title=\"Codes:{https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog CLI-CONS-CTRL}\">CLI-CONS-CTRL</span></p><blockquote><p><b>propertyGroup</b></p><h3>Applicabilities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Paciente particular, sin convenio</td></tr></table><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base price</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>35000</td><td>Chilean peso</td></tr></table></blockquote></blockquote></div>"
  },
  "url" : "https://emahealth.io/fhir/core/ChargeItemDefinition/EjemploEmaCoreChargeItemDefinition",
  "identifier" : [
    {
      "system" : "https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog",
      "value" : "CLI-CONS-CTRL"
    }
  ],
  "version" : "0.10.0",
  "title" : "Consulta de control — medicina interna",
  "status" : "active",
  "date" : "2026-08-31T21:14:26+00:00",
  "publisher" : "EMA Health SpA",
  "contact" : [
    {
      "name" : "EMA Health SpA",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://emahealth.io"
        },
        {
          "system" : "email",
          "value" : "contacto@emahealth.io"
        }
      ]
    }
  ],
  "description" : "Valor particular de la consulta de control ambulatorio",
  "code" : {
    "coding" : [
      {
        "system" : "https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog",
        "code" : "CLI-CONS-CTRL"
      }
    ]
  },
  "propertyGroup" : [
    {
      "applicability" : [
        {
          "description" : "Paciente particular, sin convenio"
        }
      ],
      "priceComponent" : [
        {
          "type" : "base",
          "amount" : {
            "value" : 35000,
            "currency" : "CLP"
          }
        }
      ]
    }
  ]
}