CH LAB-Order (R4)
2.0.0 - ci-build Switzerland flag

CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions

: Health Insurance Card Simone Studer - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "HealthInsuranceCardSimoneStuder",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage HealthInsuranceCardSimoneStuder</b></p><a name=\"HealthInsuranceCardSimoneStuder\"> </a><a name=\"hcHealthInsuranceCardSimoneStuder\"> </a><a name=\"HealthInsuranceCardSimoneStuder-en-US\"> </a><p><b>identifier</b>: Insurance Card Number/B123456780</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coveragetype KVG}\">According to KVG</span></p><p><b>subscriber</b>: <a href=\"Patient-SimoneStuder.html\">Simone Studer (official) Female, DoB: 1992-01-08 ( Medical record number)</a></p><p><b>beneficiary</b>: <a href=\"Patient-SimoneStuder.html\">Simone Studer (official) Female, DoB: 1992-01-08 ( Medical record number)</a></p><p><b>period</b>: ?? --&gt; 2024-12-31</p><p><b>payor</b>: Identifier: <code>http://ehic.com/insurer</code>/123444449</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coverageidentifiertype",
            "code" : "VeKa"
          }
        ]
      },
      "system" : "http://ehic.com/insurer/123456789/member",
      "value" : "B123456780"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coveragetype",
        "code" : "KVG",
        "display" : "According to KVG"
      }
    ]
  },
  "subscriber" : {
    🔗 "reference" : "Patient/SimoneStuder"
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/SimoneStuder"
  },
  "period" : {
    "end" : "2024-12-31"
  },
  "payor" : [
    {
      "identifier" : {
        "system" : "http://ehic.com/insurer",
        "value" : "123444449"
      }
    }
  ]
}