German Practice Management FHIR Profiles (R4)
Version 0.99.1 - release

: Billing Rule Result Status - JSON Representation

Active as of 2026-08-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "billing-rule-result-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem billing-rule-result-status</b></p><a name=\"billing-rule-result-status\"> </a><a name=\"hcbilling-rule-result-status\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/praxis/CodeSystem/billing-rule-result-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">pass<a name=\"billing-rule-result-status-pass\"> </a></td><td>Pass</td><td>The evaluated rule is satisfied.</td></tr><tr><td style=\"white-space:nowrap\">violation<a name=\"billing-rule-result-status-violation\"> </a></td><td>Violation</td><td>The evaluated rule is not satisfied and produced its declared effect.</td></tr><tr><td style=\"white-space:nowrap\">indeterminate<a name=\"billing-rule-result-status-indeterminate\"> </a></td><td>Indeterminate</td><td>The evaluator cannot reach a safe determination because required rules, semantics, or facts are unavailable or incomplete.</td></tr><tr><td style=\"white-space:nowrap\">unsupported<a name=\"billing-rule-result-status-unsupported\"> </a></td><td>Unsupported</td><td>The evaluator does not support the declared ruleset, class, semantic major, or must-understand parameter.</td></tr></table></div>"
  },
  "url" : "https://fhir.cognovis.de/praxis/CodeSystem/billing-rule-result-status",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.3.7985.16.23"
    }
  ],
  "version" : "1",
  "name" : "BillingRuleResultStatusCS",
  "title" : "Billing Rule Result Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-08-22T18:18:46+02:00",
  "publisher" : "cognovis GmbH",
  "contact" : [
    {
      "name" : "cognovis GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cognovis.de"
        },
        {
          "system" : "email",
          "value" : "info@cognovis.de"
        }
      ]
    }
  ],
  "description" : "Top-level outcome states returned by source-neutral billing-rule evaluation.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE"
        }
      ]
    }
  ],
  "copyright" : "Copyright 2026+ cognovis GmbH. Cognovis-authored material is licensed under Apache-2.0; third-party material retains its own terms as documented in THIRD_PARTY_NOTICES.md.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "pass",
      "display" : "Pass",
      "definition" : "The evaluated rule is satisfied."
    },
    {
      "code" : "violation",
      "display" : "Violation",
      "definition" : "The evaluated rule is not satisfied and produced its declared effect."
    },
    {
      "code" : "indeterminate",
      "display" : "Indeterminate",
      "definition" : "The evaluator cannot reach a safe determination because required rules, semantics, or facts are unavailable or incomplete."
    },
    {
      "code" : "unsupported",
      "display" : "Unsupported",
      "definition" : "The evaluator does not support the declared ruleset, class, semantic major, or must-understand parameter."
    }
  ]
}