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

: Billing Counting Anchor Direction - XML Representation

Active as of 2026-08-22

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="billing-counting-anchor-direction"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem billing-counting-anchor-direction</b></p><a name="billing-counting-anchor-direction"> </a><a name="hcbilling-counting-anchor-direction"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/praxis/CodeSystem/billing-counting-anchor-direction</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">after<a name="billing-counting-anchor-direction-after"> </a></td><td>After</td><td>The counting window lies after the declared anchor.</td></tr><tr><td style="white-space:nowrap">before<a name="billing-counting-anchor-direction-before"> </a></td><td>Before</td><td>The counting window lies before the declared anchor.</td></tr></table></div>
  </text>
  <url
       value="https://fhir.cognovis.de/praxis/CodeSystem/billing-counting-anchor-direction"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.3.7985.16.14"/>
  </identifier>
  <version value="1"/>
  <name value="BillingCountingAnchorDirectionCS"/>
  <title value="Billing Counting Anchor Direction"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-08-22T18:18:46+02:00"/>
  <publisher value="cognovis GmbH"/>
  <contact>
    <name value="cognovis GmbH"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.cognovis.de"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@cognovis.de"/>
    </telecom>
  </contact>
  <description
               value="Direction in which a parameterized counting window is positioned relative to its declared anchor."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DE"/>
    </coding>
  </jurisdiction>
  <copyright
             value="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 value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="after"/>
    <display value="After"/>
    <definition value="The counting window lies after the declared anchor."/>
  </concept>
  <concept>
    <code value="before"/>
    <display value="Before"/>
    <definition value="The counting window lies before the declared anchor."/>
  </concept>
</CodeSystem>