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

: EMA Invoice Status - JSON Representation

Draft as of 2026-03-09

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ema-invoice-status-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConjuntoValores / ConjuntoDeValores ema-invoice-status-vs</b></p><a name=\"ema-invoice-status-vs\"> </a><a name=\"hcema-invoice-status-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-invoice-status.html\"><code>http://hl7.org/fhir/invoice-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-invoice-status.html#invoice-status-draft\">draft</a></td><td style=\"color: #cccccc\">draft</td><td>the invoice has been prepared but not yet finalized.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-invoice-status.html#invoice-status-issued\">issued</a></td><td style=\"color: #cccccc\">issued</td><td>the invoice has been finalized and sent to the recipient.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-invoice-status.html#invoice-status-balanced\">balanced</a></td><td style=\"color: #cccccc\">balanced</td><td>the invoice has been balaced / completely paid.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-invoice-status.html#invoice-status-cancelled\">cancelled</a></td><td style=\"color: #cccccc\">cancelled</td><td>the invoice was cancelled.</td></tr></table></li></ul></div>"
  },
  "url" : "https://emahealth.io/fhir/billing/ValueSet/ema-invoice-status-vs",
  "version" : "0.1.0",
  "name" : "EmaInvoiceStatusVS",
  "title" : "EMA Invoice Status",
  "status" : "draft",
  "date" : "2026-03-09T06:11:27+00:00",
  "publisher" : "EMA Health SpA",
  "contact" : [
    {
      "name" : "EMA Health SpA",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://emahealth.io"
        }
      ]
    }
  ],
  "description" : "Estados permitidos para una factura EMA.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CL",
          "display" : "Chile"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/invoice-status",
        "concept" : [
          {
            "code" : "draft"
          },
          {
            "code" : "issued"
          },
          {
            "code" : "balanced"
          },
          {
            "code" : "cancelled"
          }
        ]
      }
    ]
  }
}