馃嚚馃嚤 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 Notificaci贸n 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/EjemploEmaPaymentNotice> a fhir:PaymentNotice ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaPaymentNotice"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/cl/StructureDefinition/ema-payment-notice" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/cl/StructureDefinition/ema-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 EjemploEmaPaymentNotice</b></p><a name=\"EjemploEmaPaymentNotice\"> </a><a name=\"hcEjemploEmaPaymentNotice\"> </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-payment-notice.html\">EMA PaymentNotice</a></p></div><p><b>status</b>: Active</p><p><b>request</b>: <a href=\"Invoice-EjemploEmaInvoice.html\">Boleta consulta m茅dica general</a></p><p><b>created</b>: 2026-03-14</p><p><b>payment</b>: Pago consulta m茅dica 2026-03-14</p><p><b>recipient</b>: <a href=\"Organization-EjemploEmaOrganization.html\">EMA Clinic</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>25000</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/EjemploEmaInvoice> ;
     fhir:Reference.reference [ fhir:value "Invoice/EjemploEmaInvoice" ] ;
     fhir:Reference.display [ fhir:value "Boleta consulta m茅dica general" ]
  ] ;
  fhir:PaymentNotice.created [ fhir:value "2026-03-14"^^xsd:date] ;
  fhir:PaymentNotice.payment [
     fhir:Reference.display [ fhir:value "Pago consulta m茅dica 2026-03-14" ]
  ] ;
  fhir:PaymentNotice.recipient [
     fhir:link <http://hl7.org/fhir/Organization/EjemploEmaOrganization> ;
     fhir:Reference.reference [ fhir:value "Organization/EjemploEmaOrganization" ] ;
     fhir:Reference.display [ fhir:value "EMA Clinic" ]
  ] ;
  fhir:PaymentNotice.amount [
     fhir:Money.value [ fhir:value "25000"^^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/EjemploEmaInvoice> a fhir:Invoice .

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

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

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