0.1.0 - ci-build

MHNSushi - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: value-set-invoice-status-my-core - JSON Representation

Active as of 2024-12-26

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "value-set-invoice-status-my-core",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2024-11-22T11:50:32.218+08:00",
    "source" : "#hw7Rp7pCWplHxQwg"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet value-set-invoice-status-my-core</b></p><a name=\"value-set-invoice-status-my-core\"> </a><a name=\"hcvalue-set-invoice-status-my-core\"> </a><a name=\"value-set-invoice-status-my-core-en-US\"> </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\">version: 5; Last updated: 2024-11-22 11:50:32+0800; </p><p style=\"margin-bottom: 0px\">Information Source: #hw7Rp7pCWplHxQwg</p></div><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-draft\">draft</a></td><td>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>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><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-invoice-status.html#invoice-status-entered-in-error\">entered-in-error</a></td><td>entered in error</td><td>the invoice was determined as entered in error before it was issued.</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.hie.moh.gov.my/ValueSet/invoice-status-my-core",
  "version" : "0.1.0",
  "name" : "ValueSetInvoiceStatusMyCore",
  "title" : "value-set-invoice-status-my-core",
  "status" : "active",
  "date" : "2024-12-26T11:44:45+08:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Invoice status value set",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/invoice-status",
        "concept" : [
          {
            "code" : "draft",
            "display" : "draft"
          },
          {
            "code" : "issued",
            "display" : "issued"
          },
          {
            "code" : "balanced",
            "display" : "balanced"
          },
          {
            "code" : "cancelled",
            "display" : "cancelled"
          },
          {
            "code" : "entered-in-error",
            "display" : "entered in error"
          }
        ]
      }
    ]
  }
}