{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "NexusBillingLaunchDestinationCS",
  "id": "nexus-billing-launch-destination",
  "title": "Billing Launch Destination CodeSystem",
  "description": "Which ClinicAid screen a [`$billing-launch`](OperationDefinition-billing-launch.md) opens, sent on\nthe request's `destination` parameter and echoed on the reply.\n\n**One rule divides this list.** A destination either opens **one appointment** or opens a\n**listing**. `appointment` is required by the first and **refused** by the second -- a listing sent\nan appointment is refused rather than having it dropped, because dropping it would open a screen\nthe caller did not ask for. The same rule governs `item`: only an appointment invoice prefills an\ninvoice line, so it is the only destination that admits one.\n\n**`appointmentInvoice` is the default.** A request naming no destination reads as that one, which\nis what keeps a caller written before destinations existed meaning what it meant.\n\nThese are wire words, not user-facing text. A caller matches the code and writes its own label.",
  "url": "https://fhir.apps.health/CodeSystem/nexus-billing-launch-destination",
  "concept": [
    {
      "code": "appointmentInvoice",
      "display": "Appointment invoice",
      "definition": "The invoice form for one appointment, prefilled from that appointment's own records. **Requires `appointment`**, and is the only destination that admits `item`. THE DEFAULT: a request naming no destination reads as this one."
    },
    {
      "code": "blankInvoice",
      "display": "Blank invoice",
      "definition": "The invoice form with nothing filled in, completed by the person in ClinicAid. Named for the screen ClinicAid shows rather than for the card that opens it, so relabelling the card leaves the wire spelling alone. Takes no appointment."
    },
    {
      "code": "reports",
      "display": "Reports",
      "definition": "ClinicAid's reports index. It has no subject, so it takes no appointment."
    },
    {
      "code": "remittanceAdviceList",
      "display": "Remittance advice list",
      "definition": "The Ministry's remittance advice listing: payment results, adjustments and explanatory codes, reconciled against the claims that were submitted. Takes no appointment."
    },
    {
      "code": "claimRejectList",
      "display": "Claim reject list",
      "definition": "The listing of individual claims the Ministry rejected, which is where one is identified for correction and resubmission. Takes no appointment."
    },
    {
      "code": "batchEditList",
      "display": "Batch edit list",
      "definition": "The listing of file-level and batch validation errors the Ministry returned after a submission. Takes no appointment."
    },
    {
      "code": "feeSchedule",
      "display": "Fee schedule",
      "definition": "ClinicAid's fee schedule listing. Takes no appointment."
    }
  ],
  "experimental": false,
  "caseSensitive": true,
  "publisher": "WELLSTAR Technologies Corp.",
  "count": 7
}
