{ "description": "Identifier-Profil für die 10-stellige Krankenversichertennummer", "_filename": "StructureDefinition-identifier-kvid-10.json", "package_name": "de.basisprofil.r4", "date": "2023-11-30", "derivation": "constraint", "publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)", "fhirVersion": "4.0.1", "name": "IdentifierKvid10", "abstract": false, "type": "Identifier", "experimental": "false", "resourceType": "StructureDefinition", "title": "Identifier-Profil für die 10-stellige Krankenversichertennummer", "package_version": "1.5.1-beta2", "status": "active", "id": "d91dba5d-9a10-41d2-a2c9-7be8b7ed1638", "kind": "complex-type", "url": "http://fhir.de/StructureDefinition/identifier-kvid-10", "version": "1.5.1", "differential": { "element": [ { "id": "Identifier.type", "path": "Identifier.type", "binding": { "strength": "extensible", "valueSet": "http://fhir.de/ValueSet/identifier-type-de-basis" }, "constraint": [ { "key": "kvid-2", "human": "Die type Codes 'GKV' und 'PKV' haben den Status 'retired', daher sollen diese nicht mehr verwendet werden", "source": "http://fhir.de/StructureDefinition/identifier-kvid-10", "severity": "warning", "expression": "($this.coding.exists(system='http://fhir.de/CodeSystem/identifier-type-de-basis' and code='GKV') or $this.coding.exists(system='http://fhir.de/CodeSystem/identifier-type-de-basis' and code='PKV')).not()" } ], "patternCodeableConcept": { "coding": [ { "code": "KVZ10", "system": "http://fhir.de/CodeSystem/identifier-type-de-basis" } ] } }, { "id": "Identifier.system", "min": 1, "path": "Identifier.system", "fixedUri": "http://fhir.de/sid/gkv/kvid-10" }, { "id": "Identifier.value", "min": 1, "path": "Identifier.value", "constraint": [ { "key": "kvid-1", "human": "Der unveränderliche Teil der KVID muss 10-stellig sein und mit einem Großbuchstaben anfangen", "source": "http://fhir.de/StructureDefinition/identifier-kvid-10", "severity": "warning", "expression": "matches('^[A-Z][0-9]{9}$')" } ] } ] }, "contact": [ { "telecom": [ { "value": "http://hl7.de/technische-komitees/fhir/", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier" }