HL7 Europe Base Profiles, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Coverage",
"id" : "EhicExampleIt",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/base/StructureDefinition/Coverage-eu-ehic"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage EhicExampleIt</b></p><a name=\"EhicExampleIt\"> </a><a name=\"hcEhicExampleIt\"> </a><a name=\"EhicExampleIt-en-US\"> </a><p><b>identifier</b>: <code>http://toBeDefined.org/ehic</code>/80380000900090510553</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.eu/CodeSystem/v3-ActCode EHIC}\">European Health Insurance Card</span></p><p><b>beneficiary</b>: <a href=\"Patient/esempio-CF-residenza\">Patient/esempio-CF-residenza</a></p><p><b>period</b>: ?? --> 2022-01-19</p><p><b>payor</b>: <a href=\"Organization/example-rt\">SSN-MIN SALUTE - 500001</a></p></div>"
},
"identifier" : [
{
"system" : "http://toBeDefined.org/ehic",
"value" : "80380000900090510553"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.eu/CodeSystem/v3-ActCode",
"code" : "EHIC",
"display" : "European Health Insurance Card"
}
]
},
"beneficiary" : {
"reference" : "Patient/esempio-CF-residenza"
},
"period" : {
"end" : "2022-01-19"
},
"payor" : [
{
"reference" : "Organization/example-rt",
"display" : "SSN-MIN SALUTE - 500001"
}
]
}