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-Person-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: zelf betalen
Patiƫnt: Erik van Oranje
Status: Actief
Verzekeraar: Zorgkantoor Groningen

Source1

{
  "resourceType": "Coverage",
  "id": "DentalCare-Payer-Person-Van-Oranje",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Payer.PayerPerson"
    ]
  },
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
        "code": "pay",
        "display": "Pay"
      }
    ]
  },
  "extension": [
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/ext-Payer.BankInformation",
      "extension": [
        {
          "url": "bankName",
          "valueString": "ING"
        },
        {
          "url": "bankCode",
          "valueString": "INGBNL2A"
        },
        {
          "url": "accountNumber",
          "valueString": "NL85INGB0001234567"
        }
      ]
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "beneficiary": {
    "reference": "Patient/DentalCare-Patient-Van-Oranje",
    "display": "Erik van Oranje"
  },
  "payor": [
    {
      "reference": "Organization/DentalCare-Organization-Zorgkantoor-Groningen",
      "display": "Zorgkantoor Groningen"
    }
  ]
}