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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeCoverage
Idnl-core-Payer.PayerPerson-01.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/garantstelling. Status: actief
Typepay (http://terminology.hl7.org/CodeSystem/coverage-selfpay)
BetalerPayer-Organization, Stichting Het Goede Doel
begunstigdePatient, Johanna Petronella Maria (Jo) van Putten-van der Giessen

Source1

{
  "resourceType": "Coverage",
  "id": "nl-core-Payer.PayerPerson-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Payer.PayerPerson"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "bankName",
          "valueString": "ING"
        },
        {
          "url": "bankCode",
          "valueString": "INGBNL2A"
        },
        {
          "url": "accountNumber",
          "valueString": "NL85INGB0001234567"
        }
      ],
      "url": "http://nictiz.nl/fhir/StructureDefinition/ext-Payer.BankInformation"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
        "code": "pay"
      }
    ]
  },
  "beneficiary": {
    "reference": "Patient/nl-core-Patient-01",
    "type": "Patient",
    "display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "payor": [
    {
      "reference": "Organization/nl-core-Payer-Organization-01",
      "type": "Organization",
      "display": "Payer-Organization, Stichting Het Goede Doel"
    }
  ]
}