🌐 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
@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/Invoice/EjemploEmaCoreInvoice> a fhir:Invoice ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "EjemploEmaCoreInvoice"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://emahealth.io/fhir/core/StructureDefinition/ema-core-invoice" ;
fhir:index 0 ;
fhir:link <https://emahealth.io/fhir/core/StructureDefinition/ema-core-invoice>
]
] ;
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: Invoice EjemploEmaCoreInvoice</b></p><a name=\"EjemploEmaCoreInvoice\"> </a><a name=\"hcEjemploEmaCoreInvoice\"> </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-invoice.html\">EMA Core Invoice</a></p></div><p><b>identifier</b>: <code>https://tenant-ejemplo.emahealth.io/fhir/sid/boleta</code>/BOL-2026-004512</p><p><b>status</b>: issued</p><p><b>subject</b>: <a href=\"Patient-EjemploEmaCorePatient.html\">Carmen Díaz (official) Female, DoB: 1969-04-22 ( Medical record number (use: usual, ))</a></p><p><b>date</b>: 2026-08-18 09:35:00-0400</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-EjemploEmaCoreOrganization.html\">Organization Centro Médico EMA</a></td></tr></table><blockquote><p><b>lineItem</b></p><p><b>sequence</b>: 1</p><p><b>chargeItem</b>: <a href=\"ChargeItem-EjemploEmaCoreChargeItem.html\">ChargeItem CLI-CONS-CTRL</a></p><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><h3>TotalNets</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><h3>TotalGrosses</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></div>"
] ;
fhir:Invoice.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://tenant-ejemplo.emahealth.io/fhir/sid/boleta" ] ;
fhir:Identifier.value [ fhir:value "BOL-2026-004512" ]
] ;
fhir:Invoice.status [ fhir:value "issued"] ;
fhir:Invoice.subject [
fhir:link <http://hl7.org/fhir/Patient/EjemploEmaCorePatient> ;
fhir:Reference.reference [ fhir:value "Patient/EjemploEmaCorePatient" ]
] ;
fhir:Invoice.date [ fhir:value "2026-08-18T09:35:00-04:00"^^xsd:dateTime] ;
fhir:Invoice.participant [
fhir:index 0 ;
fhir:Invoice.participant.actor [
fhir:link <http://hl7.org/fhir/Organization/EjemploEmaCoreOrganization> ;
fhir:Reference.reference [ fhir:value "Organization/EjemploEmaCoreOrganization" ]
]
] ;
fhir:Invoice.lineItem [
fhir:index 0 ;
fhir:Invoice.lineItem.sequence [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:Invoice.lineItem.chargeItemReference [
fhir:link <http://hl7.org/fhir/ChargeItem/EjemploEmaCoreChargeItem> ;
fhir:Reference.reference [ fhir:value "ChargeItem/EjemploEmaCoreChargeItem" ]
] ;
fhir:Invoice.lineItem.priceComponent [
fhir:index 0 ;
fhir:Invoice.lineItem.priceComponent.type [ fhir:value "base" ] ;
fhir:Invoice.lineItem.priceComponent.amount [
fhir:Money.value [ fhir:value "35000"^^xsd:decimal ] ;
fhir:Money.currency [ fhir:value "CLP" ]
]
]
] ;
fhir:Invoice.totalNet [
fhir:Money.value [ fhir:value "35000"^^xsd:decimal ] ;
fhir:Money.currency [ fhir:value "CLP" ]
] ;
fhir:Invoice.totalGross [
fhir:Money.value [ fhir:value "35000"^^xsd:decimal ] ;
fhir:Money.currency [ fhir:value "CLP" ]
] .
<http://hl7.org/fhir/Patient/EjemploEmaCorePatient> a fhir:Patient .
<http://hl7.org/fhir/Organization/EjemploEmaCoreOrganization> a fhir:Organization .
<http://hl7.org/fhir/ChargeItem/EjemploEmaCoreChargeItem> a fhir:ChargeItem .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Invoice/EjemploEmaCoreInvoice.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Invoice/EjemploEmaCoreInvoice.ttl> .
IG © 2026+ EMA Health SpA. Package emaig.core#0.10.0 based on FHIR 4.0.1. Generated 2026-08-31
Links: Table of Contents |
QA Report