馃寪 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 Aviso de pago - 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/PaymentNotice/EjemploEmaCorePaymentNotice> a fhir:PaymentNotice ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaCorePaymentNotice"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/core/StructureDefinition/ema-core-payment-notice" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/core/StructureDefinition/ema-core-payment-notice>
     ]
  ] ;
  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: PaymentNotice EjemploEmaCorePaymentNotice</b></p><a name=\"EjemploEmaCorePaymentNotice\"> </a><a name=\"hcEjemploEmaCorePaymentNotice\"> </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-payment-notice.html\">EMA Core PaymentNotice</a></p></div><p><b>status</b>: Active</p><p><b>request</b>: <a href=\"Invoice-EjemploEmaCoreInvoice.html\">Invoice: identifier = https://tenant-ejemplo.emahealth.io/fhir/sid/boleta#BOL-2026-004512; status = issued; date = 2026-08-18 09:35:00-0400</a></p><p><b>created</b>: 2026-08-19 10:00:00-0400</p><p><b>payment</b>: Conciliaci贸n de pago del asegurador (fuera del alcance de este IG)</p><p><b>recipient</b>: <a href=\"Organization-EjemploEmaCoreOrganization.html\">Organization Centro M茅dico EMA</a></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><p><b>paymentStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/paymentstatus paid}\">Paid</span></p></div>"
  ] ;
  fhir:PaymentNotice.status [ fhir:value "active"] ;
  fhir:PaymentNotice.request [
     fhir:link <http://hl7.org/fhir/Invoice/EjemploEmaCoreInvoice> ;
     fhir:Reference.reference [ fhir:value "Invoice/EjemploEmaCoreInvoice" ]
  ] ;
  fhir:PaymentNotice.created [ fhir:value "2026-08-19T10:00:00-04:00"^^xsd:dateTime] ;
  fhir:PaymentNotice.payment [
     fhir:Reference.display [ fhir:value "Conciliaci贸n de pago del asegurador (fuera del alcance de este IG)" ]
  ] ;
  fhir:PaymentNotice.recipient [
     fhir:link <http://hl7.org/fhir/Organization/EjemploEmaCoreOrganization> ;
     fhir:Reference.reference [ fhir:value "Organization/EjemploEmaCoreOrganization" ]
  ] ;
  fhir:PaymentNotice.amount [
     fhir:Money.value [ fhir:value "35000"^^xsd:decimal ] ;
     fhir:Money.currency [ fhir:value "CLP" ]
  ] ;
  fhir:PaymentNotice.paymentStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/paymentstatus" ] ;
       fhir:Coding.code [ fhir:value "paid" ]
     ]
  ] .

<http://hl7.org/fhir/Invoice/EjemploEmaCoreInvoice> a fhir:Invoice .

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

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

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