Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Test2SVCCoverage - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "Test2SVCCoverage",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/SVCCoverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage Test2SVCCoverage</b></p><a name=\"Test2SVCCoverage\"> </a><a name=\"hcTest2SVCCoverage\"> </a><a name=\"Test2SVCCoverage-en-US\"> </a><p><b>status</b>: Active</p><p><b>kind</b>: Insurance</p><p><b>subscriber</b>: <a href=\"Patient-Test2Patient.html\">Santiago Schnabeltier TEST (official) Male, DoB: 1985-03-19 ( Social Security Number: 2873111374)</a></p><p><b>beneficiary</b>: <a href=\"Patient-Test2Patient.html\">Santiago Schnabeltier TEST (official) Male, DoB: 1985-03-19 ( Social Security Number: 2873111374)</a></p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://svc.co.at/CodeSystem/ecard-versichertenkategorie-cs 01}\">01</span></td><td>01</td></tr></table></div>"
  },
  "status" : "active",
  "kind" : "insurance",
  "subscriber" : {
    🔗 "reference" : "Patient/Test2Patient"
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/Test2Patient"
  },
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://svc.co.at/CodeSystem/ecard-versichertenkategorie-cs",
            "code" : "01"
          }
        ]
      },
      "value" : {
        "value" : "01"
      }
    }
  ]
}