FHIR IG analytics| Package | de.thieme-compliance.anamnese |
| Resource Type | Coverage |
| Id | Coverage-EcpVersicherungsverhaeltnis-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Coverage",
"id": "EcpVersicherungsverhaeltnis-example-1",
"meta": {
"profile": [
"https://thieme-compliance.de/fhir/StructureDefinition/EcpVersicherungsverhaeltnis"
]
},
"payor": [
{
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX"
}
]
},
"system": "http://fhir.de/sid/arge-ik/iknr",
"value": "260326822"
},
"display": "Eine Gesundheitskasse"
}
],
"identifier": [
{
"type": {
"coding": [
{
"code": "GKV",
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A234567890"
}
],
"status": "active",
"type": {
"coding": [
{
"code": "GKV",
"system": "http://fhir.de/CodeSystem/versicherungsart-de-basis"
}
]
},
"beneficiary": {
"reference": "Patient/EcpPatient-example-1"
}
}