German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BillingPattern Stopfield Type - JSON Representation

Active as of 2026-05-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "billing-pattern-stopfield-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem billing-pattern-stopfield-type</b></p><a name=\"billing-pattern-stopfield-type\"> </a><a name=\"hcbilling-pattern-stopfield-type\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/praxis/CodeSystem/billing-pattern-stopfield-type</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\">text<a name=\"billing-pattern-stopfield-type-text\"> </a></td><td>Text</td><td>Free-text input stopfield for descriptive entries</td></tr><tr><td style=\"white-space:nowrap\">icd<a name=\"billing-pattern-stopfield-type-icd\"> </a></td><td>ICD</td><td>ICD-10-GM diagnosis code stopfield</td></tr><tr><td style=\"white-space:nowrap\">euro<a name=\"billing-pattern-stopfield-type-euro\"> </a></td><td>Euro</td><td>Monetary amount stopfield (Euro)</td></tr><tr><td style=\"white-space:nowrap\">generic<a name=\"billing-pattern-stopfield-type-generic\"> </a></td><td>Generic</td><td>Generic stopfield for other data types</td></tr></table></div>"
  },
  "url" : "https://fhir.cognovis.de/praxis/CodeSystem/billing-pattern-stopfield-type",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.3.7985.16.10"
    }
  ],
  "version" : "0.49.0",
  "name" : "BillingPatternStopfieldTypeCS",
  "title" : "BillingPattern Stopfield Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-04T13:25:14+00:00",
  "publisher" : "cognovis GmbH",
  "contact" : [
    {
      "name" : "cognovis GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cognovis.de"
        },
        {
          "system" : "email",
          "value" : "info@cognovis.de"
        }
      ]
    }
  ],
  "description" : "Codes for the types of stopfields (Stoppfelder) in a billing pattern (Ziffernkette). Emitted by PVS adapters for billing pattern chains.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE",
          "display" : "Germany"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "text",
      "display" : "Text",
      "definition" : "Free-text input stopfield for descriptive entries"
    },
    {
      "code" : "icd",
      "display" : "ICD",
      "definition" : "ICD-10-GM diagnosis code stopfield"
    },
    {
      "code" : "euro",
      "display" : "Euro",
      "definition" : "Monetary amount stopfield (Euro)"
    },
    {
      "code" : "generic",
      "display" : "Generic",
      "definition" : "Generic stopfield for other data types"
    }
  ]
}