Nictiz FHIR NL R4 Zib2020
0.9.0 - CI Build

Nictiz FHIR NL R4 Zib2020 - Local Development build (v0.9.0). See the Directory of published versions

: Example Coverage - nl-core-Payer.PayerPerson-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "nl-core-Payer.PayerPerson-01",
  "meta" : {
    "profile" : [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Payer.PayerPerson"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage</b><a name=\"nl-core-Payer.PayerPerson-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Coverage &quot;nl-core-Payer.PayerPerson-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-core-Payer.PayerPerson.html\">nl core Payer.PayerPerson</a></p></div><blockquote><p><b>ext Payer.BankInformation</b></p><blockquote><p><b>url</b></p><code>bankName</code></blockquote><p><b>value</b>: ING</p><blockquote><p><b>url</b></p><code>bankCode</code></blockquote><p><b>value</b>: INGBNL2A</p><blockquote><p><b>url</b></p><code>accountNumber</code></blockquote><p><b>value</b>: NL85INGB0001234567</p></blockquote><p><b>status</b>: active</p><p><b>type</b>: Pay <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-coverage-selfpay.html\">Coverage SelfPay Codes</a>#pay)</span></p><p><b>beneficiary</b>: <a href=\"Patient-nl-core-Patient-01.html\">Patient/nl-core-Patient-01: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen</a> &quot; VAN PUTTEN-VAN DER GIESSEN&quot;</p><p><b>payor</b>: <a href=\"Organization-nl-core-Payer-Organization-01.html\">Organization/nl-core-Payer-Organization-01: Payer-Organization, Stichting Het Goede Doel</a> &quot;Stichting Het Goede Doel&quot;</p></div>"
  },
  "extension" : [
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-Payer.BankInformation",
      "extension" : [
        {
          "url" : "bankName",
          "valueString" : "ING"
        },
        {
          "url" : "bankCode",
          "valueString" : "INGBNL2A"
        },
        {
          "url" : "accountNumber",
          "valueString" : "NL85INGB0001234567"
        }
      ]
    }
  ],
  "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"
    }
  ]
}