openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Status (Invoice) - JSON Representation

Active as of 2022-05-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "invoice-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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><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-issued\">issued</a></td><td>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>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>Cancelled</td><td>the invoice was cancelled.</td></tr></table></li></ul></div>"
  },
  "url" : "https://openimis.github.io/openimis_fhir_r4_ig/ValueSet/invoice-status",
  "version" : "1.0.0",
  "name" : "InvoiceStatusVS",
  "title" : "Status (Invoice)",
  "status" : "active",
  "date" : "2022-05-31T10:56:28+00:00",
  "publisher" : "openIMIS Initiative",
  "contact" : [
    {
      "name" : "openIMIS Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.openimis.org"
        }
      ]
    },
    {
      "name" : "Dragos Dobre",
      "telecom" : [
        {
          "system" : "email",
          "value" : "[email protected]",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Indicates the status for an Invoice. Values limited by openIMIS. Can not be extended.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/invoice-status",
        "concept" : [
          {
            "code" : "issued",
            "display" : "Issued"
          },
          {
            "code" : "balanced",
            "display" : "Balanced"
          },
          {
            "code" : "cancelled",
            "display" : "Cancelled"
          }
        ]
      }
    ]
  }
}