🇨🇱 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 Reclamo FONASA - TTL Representation

Raw ttl | Download


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

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

<http://hl7.org/fhir/Claim/EjemploEmaClaim> a fhir:Claim ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaClaim"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/cl/StructureDefinition/ema-claim" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/cl/StructureDefinition/ema-claim>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Claim EjemploEmaClaim</b></p><a name=\"EjemploEmaClaim\"> </a><a name=\"hcEjemploEmaClaim\"> </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-claim.html\">EMA Claim</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}\">Professional</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: <a href=\"Patient-EjemploEmaPatient.html\">María Fernández</a></p><p><b>created</b>: 2026-03-14</p><p><b>provider</b>: <a href=\"Organization-EjemploEmaOrganization.html\">EMA Clinic</a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td><a href=\"Coverage-EjemploEmaCoverage.html\">FONASA Tramo B</a></td></tr></table><blockquote><p><b>item</b></p><p><b>sequence</b>: 1</p><p><b>productOrService</b>: <span title=\"Codes:{https://emahealth.io/fhir/cl/CodeSystem/cs-prestaciones-fonasa 0101001}\">Consulta medicina general</span></p><p><b>serviced</b>: 2026-03-14</p><h3>UnitPrices</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><h3>Nets</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></div>"
  ] ;
  fhir:Claim.status [ fhir:value "active"] ;
  fhir:Claim.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ] ;
       fhir:Coding.code [ fhir:value "professional" ]
     ]
  ] ;
  fhir:Claim.use [ fhir:value "claim"] ;
  fhir:Claim.patient [
     fhir:link <http://hl7.org/fhir/Patient/EjemploEmaPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/EjemploEmaPatient" ] ;
     fhir:Reference.display [ fhir:value "María Fernández" ]
  ] ;
  fhir:Claim.created [ fhir:value "2026-03-14"^^xsd:date] ;
  fhir:Claim.provider [
     fhir:link <http://hl7.org/fhir/Organization/EjemploEmaOrganization> ;
     fhir:Reference.reference [ fhir:value "Organization/EjemploEmaOrganization" ] ;
     fhir:Reference.display [ fhir:value "EMA Clinic" ]
  ] ;
  fhir:Claim.priority [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/processpriority" ] ;
       fhir:Coding.code [ fhir:value "normal" ]
     ]
  ] ;
  fhir:Claim.insurance [
     fhir:index 0 ;
     fhir:Claim.insurance.sequence [ fhir:value "1"^^xsd:positiveInteger ] ;
     fhir:Claim.insurance.focal [ fhir:value "true"^^xsd:boolean ] ;
     fhir:Claim.insurance.coverage [
       fhir:link <http://hl7.org/fhir/Coverage/EjemploEmaCoverage> ;
       fhir:Reference.reference [ fhir:value "Coverage/EjemploEmaCoverage" ] ;
       fhir:Reference.display [ fhir:value "FONASA Tramo B" ]
     ]
  ] ;
  fhir:Claim.item [
     fhir:index 0 ;
     fhir:Claim.item.sequence [ fhir:value "1"^^xsd:positiveInteger ] ;
     fhir:Claim.item.productOrService [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://emahealth.io/fhir/cl/CodeSystem/cs-prestaciones-fonasa" ] ;
         fhir:Coding.code [ fhir:value "0101001" ]
       ]
     ] ;
     fhir:Claim.item.servicedDate [ fhir:value "2026-03-14"^^xsd:date ] ;
     fhir:Claim.item.unitPrice [
       fhir:Money.value [ fhir:value "25000"^^xsd:decimal ] ;
       fhir:Money.currency [ fhir:value "CLP" ]
     ] ;
     fhir:Claim.item.net [
       fhir:Money.value [ fhir:value "25000"^^xsd:decimal ] ;
       fhir:Money.currency [ fhir:value "CLP" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/EjemploEmaPatient> a fhir:Patient .

<http://hl7.org/fhir/Organization/EjemploEmaOrganization> a fhir:Organization .

<http://hl7.org/fhir/Coverage/EjemploEmaCoverage> a fhir:Coverage .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Claim/EjemploEmaClaim.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Claim/EjemploEmaClaim.ttl> .