FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypeCoverage
IdCoverage-Coverage01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

identifier: https://ncez.mzcr.cz/fhir/sid/kp/111

name: Všeobecná zdravotní pojišťovna ČR


Source1

{
  "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"
    }
  ]
}