CH LAB-Order (R4)
3.0.0-ci-build - ci-build
CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Coverage",
"id" : "HealthInsuranceCardSaraSpeckmann",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage HealthInsuranceCardSaraSpeckmann</b></p><a name=\"HealthInsuranceCardSaraSpeckmann\"> </a><a name=\"hcHealthInsuranceCardSaraSpeckmann\"> </a><a name=\"HealthInsuranceCardSaraSpeckmann-en-US\"> </a><p><b>identifier</b>: Insurance Card Number/A123456780</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coveragetype KVG}\">According to KVG</span></p><p><b>subscriber</b>: <a href=\"Patient-SaraSpeckmann.html\">Sara Speckmann Female, DoB: 1975-12-12 ( Medical record number)</a></p><p><b>beneficiary</b>: <a href=\"Patient-SaraSpeckmann.html\">Sara Speckmann Female, DoB: 1975-12-12 ( Medical record number)</a></p><p><b>period</b>: ?? --> 2024-12-31</p><p><b>payor</b>: Identifier: <code>http://ehic.com/insurer</code>/123456789</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coverageidentifiertype",
"code" : "VeKa"
}
]
},
"system" : "http://ehic.com/insurer/123456789/member",
"value" : "A123456780"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coveragetype",
"code" : "KVG",
"display" : "According to KVG"
}
]
},
"subscriber" : {
🔗 "reference" : "Patient/SaraSpeckmann"
},
"beneficiary" : {
🔗 "reference" : "Patient/SaraSpeckmann"
},
"period" : {
"end" : "2024-12-31"
},
"payor" : [
{
"identifier" : {
"system" : "http://ehic.com/insurer",
"value" : "123456789"
}
}
]
}