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-De-Stok.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: A.S.R
Patiƫnt: Berend van de Stok
Begindatum: 2025-01-01
Einddatum: 2026-01-01
Status: Actief
Betaler: A.S.R.

Source1

{
  "resourceType": "Coverage",
  "id": "DentalCare-Payer-InsuranceCompany-Van-De-Stok",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Payer.InsuranceCompany"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "code": "T",
        "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.101.5.1",
        "display": "Tandverzekering (los)"
      }
    ]
  },
  "subscriberId": "12345679",
  "beneficiary": {
    "reference": "Patient/DentalCare-Patient-Van-De-Stok",
    "display": "Berend van de Stok"
  },
  "period": {
    "start": "2025-01-01",
    "end": "2026-01-01"
  },
  "payor": [
    {
      "reference": "Organization/DentalCare-Organization-ASR",
      "display": "A.S.R."
    }
  ]
}