German Dental FHIR Profiles (R4)
0.36.1 - trial-use
DE
German Dental FHIR Profiles (R4) - Local Development build (v0.36.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Coverage",
"id" : "cov-gkv-01-aok",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage cov-gkv-01-aok</b></p><a name=\"cov-gkv-01-aok\"> </a><a name=\"hccov-gkv-01-aok\"> </a><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>subscriber</b>: <a href=\"Patient-pat-gkv-01.html\">Klaus Bergmann (official) (no stated gender), DoB: 1962-04-17 ( Krankenversichertennummer)</a></p><p><b>beneficiary</b>: <a href=\"Patient-pat-gkv-01.html\">Klaus Bergmann (official) (no stated gender), DoB: 1962-04-17 ( Krankenversichertennummer)</a></p><p><b>period</b>: 2020-01-01 --> (ongoing)</p><p><b>payor</b>: AOK Bayern (Identifier: ArgeIkIknr/108310400)</p></div>"
},
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/versicherungsart-de-basis",
"code" : "GKV",
"display" : "Gesetzliche Krankenversicherung"
}
]
},
"subscriber" : {
🔗 "reference" : "Patient/pat-gkv-01"
},
"beneficiary" : {
🔗 "reference" : "Patient/pat-gkv-01"
},
"period" : {
"start" : "2020-01-01"
},
"payor" : [
{
"identifier" : {
"system" : "http://fhir.de/sid/arge-ik/iknr",
"value" : "108310400"
},
"display" : "AOK Bayern"
}
]
}