EMA Billing Implementation Guide
0.1.0 - ci-build Chile flag

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

: Ejemplo Definición Precio Consulta - TTL Representation

Active as of 2026-03-15

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

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