: Billing GKV coverage for CT billing - JSON Representation
Raw json | Download
{
"resourceType" : "Coverage",
"id" : "example-coverage-roentgen-linkage",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/billing/StructureDefinition/gkv-coverage-de"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage example-coverage-roentgen-linkage</b></p><a name=\"example-coverage-roentgen-linkage\"> </a><a name=\"hcexample-coverage-roentgen-linkage\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://fhir.cognovis.de/billing/0.3.2/StructureDefinition-gkv-coverage-de.html\">GKV Coverage DE</a></p></div><p><b>identifier</b>: Gesetzliche Krankenversicherung/A987654321</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/versicherungsart-de-basis GKV}\">gesetzliche Krankenversicherung</span></p><p><b>beneficiary</b>: <a href=\"Patient-example-patient-roentgen-linkage.html\">Maria Becker (official) Female, DoB: 1962-03-20</a></p><p><b>payor</b>: <a href=\"Organization-example-payer-roentgen-linkage.html\">Example statutory payer</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code" : "GKV"
}
]
},
"system" : "http://fhir.de/sid/gkv/kvid-10",
"value" : "A987654321"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/versicherungsart-de-basis",
"code" : "GKV"
}
]
},
"beneficiary" : {
🔗 "reference" : "Patient/example-patient-roentgen-linkage"
},
"payor" : [
{
🔗 "reference" : "Organization/example-payer-roentgen-linkage",
"display" : "Example statutory payer"
}
]
}