FHIR IG Statistics: StructureDefinition/Profile-nNGM-Coverage-Versicherungsverhaeltnis
Resources that use this resource
StructureDefinition |
Composition | Profile - nNGM - Composition |
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "Profile-nNGM-Coverage-Versicherungsverhaeltnis",
"url": "http://uk-koeln.de/fhir/StructureDefinition/nNGM/Coverage",
"version": "1.0.0",
"name": "Profile_nNGM_Coverage_Versicherungsverhaeltnis",
"title": "Profile - nNGM - Coverage - Versicherungsverhaeltnis",
"status": "active",
"description": "Dieses Profil beschreibt ein Versicherungsverhältnis eines Patienten innerhalb des nNGM-Projektes.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Coverage",
"baseDefinition": "http://fhir.de/StructureDefinition/coverage-de-basis",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Coverage.identifier",
"path": "Coverage.identifier",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "$this"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Coverage.identifier:GKV-Identifier",
"path": "Coverage.identifier",
"sliceName": "GKV-Identifier",
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-kvid-10"
]
}
],
"patternIdentifier": {
"type": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code": "GKV"
}
]
}
},
"mustSupport": true
},
{
"id": "Coverage.identifier:GKV-Identifier.type",
"path": "Coverage.identifier.type",
"min": 1,
"mustSupport": true
},
{
"id": "Coverage.identifier:GKV-Identifier.type.coding",
"path": "Coverage.identifier.type.coding",
"min": 1,
"max": "1",
"mustSupport": false
},
{
"id": "Coverage.identifier:GKV-Identifier.value",
"path": "Coverage.identifier.value",
"mustSupport": true
},
{
"id": "Coverage.identifier:PKV-Identifier",
"path": "Coverage.identifier",
"sliceName": "PKV-Identifier",
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-pkv"
]
}
],
"patternIdentifier": {
"type": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code": "PKV"
}
]
}
},
"mustSupport": true
},
{
"id": "Coverage.identifier:PKV-Identifier.type",
"path": "Coverage.identifier.type",
"min": 1,
"mustSupport": true
},
{
"id": "Coverage.identifier:PKV-Identifier.value",
"path": "Coverage.identifier.value",
"mustSupport": true
},
{
"id": "Coverage.status",
"path": "Coverage.status",
"label": "Versicherungsstatus",
"short": "Für die Übermittelung im Rahmen der Anforderung einer Diagnostik sind nur aktive Versicherungsverhältnisse zu übermitteln",
"fixedCode": "active"
},
{
"id": "Coverage.type",
"path": "Coverage.type",
"label": "Versicherungsart",
"short": "Ob es sich um eine GKV oder PKV Krankenversicherung handelt",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://uk-koeln.de/fhir/ValueSet/nNGM/krankenkassentypen"
}
},
{
"id": "Coverage.beneficiary",
"path": "Coverage.beneficiary",
"label": "Patient",
"short": "Eine Verknüpfung mit dem Patienten muss stets gegeben sein",
"mustSupport": true
},
{
"id": "Coverage.payor",
"path": "Coverage.payor",
"max": "1"
},
{
"id": "Coverage.payor.display",
"path": "Coverage.payor.display",
"label": "Versicherer",
"short": "Nur zugelassene Krankenkassen dürfen übermittelt werden. Die Liste kann auf Anfrage bei der nNGM Geschäfststelle erweitert werden",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://uk-koeln.de/fhir/ValueSet/nNGM/krankenkasse"
}
}
]
}
}