FHIR IG analytics| Package | ch.fhir.ig.ch-rad-order |
| Resource Type | Coverage |
| Id | Coverage-CoverageKVG.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Coverage CoverageKVG
Profile: CH ORF Coverage
identifier: Insurance Card Number/80756015090002647590
status: Active
type: Krankenversicherung (obligat.)
beneficiary: Susanna Ufferer (official) Female, DoB: 1945-03-14
payor: Organization OrgSanitas
Generated Narrative: Organization #OrgSanitas
Profile: CH Core Organization
name: OrgSanitas
{
"resourceType": "Coverage",
"id": "CoverageKVG",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Organization",
"id": "OrgSanitas",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"
]
},
"name": "OrgSanitas"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coverageidentifiertype",
"code": "VeKa"
}
]
},
"value": "80756015090002647590"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor",
"code": "1",
"display": "Krankenversicherung (obligat.)"
}
]
},
"beneficiary": {
"reference": "Patient/PatSUfferer"
},
"payor": [
{
"reference": "#OrgSanitas"
}
]
}