FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/KBV-PR-KV-DIGITAL-TS-DRITTE-Identifier-Vermittlungscode

Packagekvdigital.terminschnittstelle-fuer-dritte
TypeStructureDefinition
IdKBV-PR-KV-DIGITAL-TS-DRITTE-Identifier-Vermittlungscode
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kvdigital.terminschnittstelle-fuer-dritte@2.0.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_DRITTE_Identifier_Vermittlungscode
URLhttps://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_DRITTE_Identifier_Vermittlungscode
Version1.0.0
Statusactive
Date2023-12
NameKBV_PR_KV_DIGITAL_TS_DRITTE_Identifier_Vermittlungscode
TitleKBV_PR_KV_DIGITAL_TS_DRITTE_Identifier_Vermittlungscode
DescriptionDer Vermittlungscode ist ein eindeutiges Identifikationskennzeichen einer Vermittlung im Kontext des 116 117 Terminservices und besteht aus 12 alphanumerischen Zeichen (ohne Bindestriche).
TypeIdentifier
Kindcomplex-type

Resources that use this resource

StructureDefinition
KBV_PR_KV_DIGITAL_TS_DRITTE_ServiceRequest_VermittlungscodeKBV_PR_KV_DIGITAL_TS_DRITTE_ServiceRequest_Vermittlungscode

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Der Vermittlungscode ist ein eindeutiges Identifikationskennzeichen einer Vermittlung im Kontext des 116 117 Terminservices und besteht aus 12 alphanumerischen Zeichen (ohne Bindestriche).

Source

{
  "resourceType": "StructureDefinition",
  "id": "KBV-PR-KV-DIGITAL-TS-DRITTE-Identifier-Vermittlungscode",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_DRITTE_Identifier_Vermittlungscode",
  "version": "1.0.0",
  "name": "KBV_PR_KV_DIGITAL_TS_DRITTE_Identifier_Vermittlungscode",
  "title": "KBV_PR_KV_DIGITAL_TS_DRITTE_Identifier_Vermittlungscode",
  "status": "active",
  "date": "2023-12",
  "publisher": "kv.digital GmbH",
  "contact": [
    {
      "name": "kv.digital GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.kv.digital"
        }
      ]
    }
  ],
  "description": "Der Vermittlungscode ist ein eindeutiges Identifikationskennzeichen einer Vermittlung im Kontext des 116 117 Terminservices und besteht aus 12 alphanumerischen Zeichen (ohne Bindestriche).",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier",
        "path": "Identifier",
        "short": "Vermittlungscode zu einer Überweisung",
        "definition": "Der Vermittlungscode ist ein eindeutiges Identifikationskennzeichen einer Vermittlung im Kontext des 116 117 Terminservices und besteht aus 12 alphanumerischen Zeichen (ohne Bindestriche)."
      },
      {
        "id": "Identifier.use",
        "path": "Identifier.use",
        "max": "0"
      },
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "Identifier.type.coding",
        "path": "Identifier.type.coding",
        "max": "1",
        "mustSupport": false
      },
      {
        "id": "Identifier.type.coding.system",
        "path": "Identifier.type.coding.system",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Identifier.type.coding.code",
        "path": "Identifier.type.coding.code",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Identifier.type.coding.display",
        "path": "Identifier.type.coding.display",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Identifier.type.coding.userSelected",
        "path": "Identifier.type.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "min": 1,
        "fixedUri": "https://fhir.kbv.de/NamingSystem/KBV_NS_116117_TERMINSERVICE_Vermittlungscode",
        "mustSupport": true
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "short": "Vermittlungscode des Patienten",
        "definition": "Der Vermittlungscode ist eine 12-stellige, alphanumerische Folge von Zeichen (ohne Bindestriche).",
        "min": 1,
        "example": [
          {
            "label": "Vermittlungscode",
            "valueString": "XN6PF4UPZ5KX"
          }
        ],
        "maxLength": 12,
        "constraint": [
          {
            "key": "pattern",
            "severity": "error",
            "human": "Ein Vermittlungscode muss aus exakt 12 alphanumerischen Zeichen bestehen, mit Ausnahme von O, 0, E, 3, I, 1.",
            "expression": "matches('^[A-DF-HJ-NP-Za-df-hj-np-z24-9]{12}[%content%]#39;)"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Identifier.period",
        "path": "Identifier.period",
        "max": "0"
      },
      {
        "id": "Identifier.assigner",
        "path": "Identifier.assigner",
        "max": "0"
      }
    ]
  }
}