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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.dentalcare
Resource TypeCoverage
IdCoverage-DentalCare-Payer-InsuranceCompany-Van-Oranje.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

Verzekering: Zorgkantoor Groningen
Patiƫnt: Erik van Oranje
Begindatum: 2025-01-01
Einddatum: 2026-01-01
Status: Actief
Betaler: Zorgkantoor Groningen

Source1

{
  "resourceType": "Coverage",
  "id": "DentalCare-Payer-InsuranceCompany-Van-Oranje",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Payer.InsuranceCompany"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "code": "B",
        "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.101.5.1",
        "display": "Basis"
      }
    ]
  },
  "subscriberId": "12345678",
  "beneficiary": {
    "reference": "Patient/DentalCare-Patient-Van-Oranje",
    "display": "Erik van Oranje"
  },
  "period": {
    "start": "2025-01-01",
    "end": "2026-01-01"
  },
  "payor": [
    {
      "reference": "Organization/DentalCare-Organization-Zorgkantoor-Groningen",
      "display": "Zorgkantoor Groningen"
    }
  ]
}