CH LAB-Order (R4)
0.1.0 - STU 1 Ballot
This page is part of the CH LAB-Order (R4) (v0.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Coverage",
"id" : "HealthInsuranceCard",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the European Health Insurance Card</div>"
},
"identifier" : [
{
"system" : "http://ehic.com/insurer/123456789/member",
"value" : "A123456780"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "EHCPOL",
"display" : "extended healthcare"
}
]
},
"subscriber" : {
"reference" : "Patient/FranzMuster"
},
"beneficiary" : {
"reference" : "Patient/FranzMuster"
},
"period" : {
"end" : "2012-03-17"
},
"payor" : [
{
"identifier" : {
"system" : "http://ehic.com/insurer",
"value" : "123456789"
}
}
]
}