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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nl-core-Payer.PayerPerson-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-Payer.PayerPerson"^^xsd:anyURI ;
fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-Payer.PayerPerson>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-Payer.BankInformation"^^xsd:anyURI ] ;
    ( fhir:extension [
fhir:url [ fhir:v "bankName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ING" ]     ] [
fhir:url [ fhir:v "bankCode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "INGBNL2A" ]     ] [
fhir:url [ fhir:v "accountNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NL85INGB0001234567" ]     ] )
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-selfpay"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pay" ]     ] )
  ] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/nl-core-Patient-01" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen" ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Organization/nl-core-Payer-Organization-01" ] ;
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Payer-Organization, Stichting Het Goede Doel" ]
  ] ) . #