CH EPREG (R4)
1.0.0-ci-build - ci-build
CH EPREG (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.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-epreg/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Coverage",
"id" : "UC1-BasicInsurance",
"language" : "de-CH",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-CH\" lang=\"de-CH\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage UC1-BasicInsurance</b></p><a name=\"UC1-BasicInsurance\"> </a><a name=\"hcUC1-BasicInsurance\"> </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\">Language: de-CH</p></div><p><b>identifier</b>: Member Number/123456789</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor 1}\">Krankenversicherung (obligat.)</span></p><p><b>beneficiary</b>: <a href=\"Patient-UC1-KatrinKinderlieb.html\">Frau Katrin Kinderlieb Female, DoB: 1986-01-18 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590)</a></p><p><b>payor</b>: <a href=\"#hcUC1-BasicInsurance/Sanitas\">Organization Sanitas</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #Sanitas</b></p><a name=\"UC1-BasicInsurance/Sanitas\"> </a><a name=\"hcUC1-BasicInsurance/Sanitas\"> </a><p><b>name</b>: Sanitas</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Organization",
"id" : "Sanitas",
"name" : "Sanitas"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MB",
"display" : "Member Number"
}
]
},
"system" : "http://example.com/identifiers/insurance-number",
"value" : "123456789"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor",
"code" : "1",
"display" : "Krankenversicherung (obligat.)"
}
]
},
"beneficiary" : {
🔗 "reference" : "Patient/UC1-KatrinKinderlieb"
},
"payor" : [
{
"reference" : "#Sanitas"
}
]
}