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

: e-card-Versichertenart-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "e-card-Versichertenart-example",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.at/eCard-at/StructureDefinition/ecard-anspruch-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage e-card-Versichertenart-example</b></p><a name=\"e-card-Versichertenart-example\"> </a><a name=\"hce-card-Versichertenart-example\"> </a><a name=\"e-card-Versichertenart-example-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.40.0.10.1.4.3.9.1</code>/R8V9S9GTRECP</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 S2}\">Sachleistungsb.: VU&amp;MKP für Nichtversicherte</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>: C</p><p><b>name</b>: Gewerbetreibender</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>: 29</p><p><b>name</b>: Fremdstaaten</p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.40.0.10.1.4.3.9.1",
      "value" : "R8V9S9GTRECP"
    }
  ],
  "status" : "draft",
  "kind" : "insurance",
  "type" : {
    "coding" : [
      {
        "system" : "http://svc.co.at/CodeSystem/ecard-anspruchsart-cs",
        "code" : "S2",
        "display" : "Sachleistungsb.: VU&MKP für Nichtversicherte"
      }
    ]
  },
  "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" : "C"
      },
      "name" : "Gewerbetreibender"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "group"
          }
        ]
      },
      "value" : {
        "value" : "29"
      },
      "name" : "Fremdstaaten"
    }
  ]
}