FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | Coverage |
| Id | Coverage-Coverage01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Coverage Coverage01
Profile: Coverage (CZ)
status: Active
type: health insurance plan policy
beneficiary: Mračena Mrakomorová Female, DoB: 1971-11-26 ( Passport number (use: official, ))
payor: Organization Všeobecná zdravotní pojišťovna ČR
Generated Narrative: Organization #Organization-3
Profile: Organization (CZ core)
identifier:
https://ncez.mzcr.cz/fhir/sid/kp/111name: Všeobecná zdravotní pojišťovna ČR
{
"resourceType": "Coverage",
"id": "Coverage01",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-coverage"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Organization",
"id": "Organization-3",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core"
]
},
"identifier": [
{
"system": "https://ncez.mzcr.cz/fhir/sid/kp",
"value": "111"
}
],
"name": "Všeobecná zdravotní pojišťovna ČR"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "HIP",
"display": "health insurance plan policy"
}
]
},
"beneficiary": {
"reference": "Patient/Mracena"
},
"payor": [
{
"reference": "#Organization-3"
}
]
}