FHIR IG analytics| Package | de.uk-koeln.nngm.form |
| Resource Type | Coverage |
| Id | Example-Profile-nNGM-Coverage-Versicherungsverhaeltnis.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Coverage",
"id": "Example_Coverage_Versicherungsverhältnis",
"meta": {
"profile": [
"http://uk-koeln.de/fhir/StructureDefinition/nNGM/Coverage"
]
},
"identifier": [
{
"use": "secondary",
"type": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code": "PKV"
}
]
},
"value": "000000000"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/versicherungsart-de-basis",
"code": "PKV"
}
]
},
"beneficiary": {
"reference": "Patient/Example_Patient_Patient-567314-Pseudonym",
"identifier": {
"type": {
"coding": [
{
"system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/identifier-type",
"code": "P"
}
]
},
"system": "http://uk-koeln.de/fhir/sid/nNGM/patient-pseudonym",
"value": "567314"
}
},
"payor": [
{
"display": "Bayerische Beamtenkrankenkasse"
}
]
}