German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

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

: Referral Assignment Type - JSON Representation

Active as of 2026-07-29

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "referral-assignment-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem referral-assignment-type</b></p><a name=\"referral-assignment-type\"> </a><a name=\"hcreferral-assignment-type\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/praxis/CodeSystem/referral-assignment-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\">consultation<a name=\"referral-assignment-type-consultation\"> </a></td><td>Consultation</td><td>Request a specialist opinion or indication assessment.</td></tr><tr><td style=\"white-space:nowrap\">co-or-further-treatment<a name=\"referral-assignment-type-co-or-further-treatment\"> </a></td><td>Co-treatment or further treatment</td><td>Transfer or share responsibility for continued treatment.</td></tr><tr><td style=\"white-space:nowrap\">contracted-service<a name=\"referral-assignment-type-contracted-service\"> </a></td><td>Contracted service</td><td>Request a specifically described diagnostic or therapeutic service.</td></tr></table></div>"
  },
  "url" : "https://fhir.cognovis.de/praxis/CodeSystem/referral-assignment-type",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.3.7985.16.77"
    }
  ],
  "version" : "0.90.0",
  "name" : "ReferralAssignmentTypeCS",
  "title" : "Referral Assignment Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-29T13:00:36+02:00",
  "publisher" : "cognovis GmbH",
  "contact" : [
    {
      "name" : "cognovis GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cognovis.de"
        },
        {
          "system" : "email",
          "value" : "info@cognovis.de"
        }
      ]
    }
  ],
  "description" : "Local interoperable codes for the assignment choices represented on KBV Muster 6. These codes describe reusable referral semantics and do not claim to reproduce an official KBV code system.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE",
          "display" : "Germany"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "consultation",
      "display" : "Consultation",
      "definition" : "Request a specialist opinion or indication assessment."
    },
    {
      "code" : "co-or-further-treatment",
      "display" : "Co-treatment or further treatment",
      "definition" : "Transfer or share responsibility for continued treatment."
    },
    {
      "code" : "contracted-service",
      "display" : "Contracted service",
      "definition" : "Request a specifically described diagnostic or therapeutic service."
    }
  ]
}