eCard-at FHIR ImplementationGuide
0.1.0 - ci-build

eCard-at FHIR ImplementationGuide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ecard-kostenanteilbefreit-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "ecard-kostenanteilbefreit-example",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.at/eCard-at/StructureDefinition/ecard-anspruch-profile"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage ecard-kostenanteilbefreit-example</b></p><a name=\"ecard-kostenanteilbefreit-example\"> </a><a name=\"hcecard-kostenanteilbefreit-example\"> </a><a name=\"ecard-kostenanteilbefreit-example-en-US\"> </a><p><b>Kostenanteilbefreit laut Versicherungsanspruch</b>: true</p><p><b>identifier</b>: 4593190775</p><p><b>status</b>: Draft</p><p><b>kind</b>: Insurance</p><p><b>type</b>: <span title=\"Codes:{http://svc.co.at/CodeSystem/ecard-anspruchsart-cs S}\">sachleistungsberechtigt</span></p><p><b>beneficiary</b>: <a href=\"Patient-sascha-mustermann.html\">Sascha Mustermann (official) Male, DoB: 1975-07-19 ( Social Security Number: 4593190775\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>insurer</b>: <a href=\"Organization-krankenkasse-oegk.html\">Organization Österreichische Gesundheitskasse</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}\">Plan</span></p><p><b>value</b>: B</p><p><b>name</b>: Beamter</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">Group</span></p><p><b>value</b>: 24</p><p><b>name</b>: Zugeteilte nach VOG</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hl7.at/eCard-at/StructureDefinition/ecard-anspruch-kostenanteilbefreit",
      "valueBoolean" : true
    }
  ],
  "identifier" : [
    {
      "value" : "4593190775"
    }
  ],
  "status" : "draft",
  "kind" : "insurance",
  "type" : {
    "coding" : [
      {
        "system" : "http://svc.co.at/CodeSystem/ecard-anspruchsart-cs",
        "code" : "S",
        "display" : "sachleistungsberechtigt"
      }
    ]
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/sascha-mustermann"
  },
  "insurer" : {
    🔗 "reference" : "Organization/krankenkasse-oegk"
  },
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "plan"
          }
        ]
      },
      "value" : {
        "value" : "B"
      },
      "name" : "Beamter"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "group"
          }
        ]
      },
      "value" : {
        "value" : "24"
      },
      "name" : "Zugeteilte nach VOG"
    }
  ]
}