insuranceInformation-example

{
"resourceType": "Coverage",
"id": "insuranceInformation-example",
"meta": {
"profile": [
"http://fire.ly/fhir/firely-ig-gen/StructureDefinition/InsuranceInformation"
]
},
{
"system": "urn:oid:2.16.840.1.113883.2.4.6.4",
"value": "EHIC-NL-987654321"
}
],
"status": "active",
"reference": "Patient/patientIdentification-example"
},
"payor": [
{
"display": "CZ Zorgverzekering"
}
]
}
<Coverage xmlns="http://hl7.org/fhir">
<id value="insuranceInformation-example" />
<profile value="http://fire.ly/fhir/firely-ig-gen/StructureDefinition/InsuranceInformation" />
</meta>
<system value="urn:oid:2.16.840.1.113883.2.4.6.4" />
<value value="EHIC-NL-987654321" />
</identifier>
<status value="active" />
<reference value="Patient/patientIdentification-example" />
</beneficiary>
<display value="CZ Zorgverzekering" />
</payor>
</Coverage>
Coverage
Coverage.id[0]insuranceInformation-example
Coverage.meta[0].profile[0]http://fire.ly/fhir/firely-ig-gen/StructureDefinition/InsuranceInformation
Coverage.identifier[0].system[0]urn:oid:2.16.840.1.113883.2.4.6.4
Coverage.identifier[0].value[0]EHIC-NL-987654321
Coverage.status[0]active
Coverage.beneficiary[0].reference[0]Patient/patientIdentification-example
Coverage.payor[0].display[0]CZ Zorgverzekering