FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-etoc
Resource TypeCoverage
IdCoverage-CoverageKVG.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Coverage CoverageKVG

identifier: Insurance Card Number/80756015090002647590

status: Active

type: Krankenversicherung (obligat.)

beneficiary: Susanna Ufferer (official) Female, DoB: 1970-03-14

payor: Organization Sanitas


Generated Narrative: Organization #Sanitas

name: Sanitas


Source1

{
  "resourceType": "Coverage",
  "id": "CoverageKVG",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Organization",
      "id": "Sanitas",
      "meta": {
        "profile": [
          "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"
        ]
      },
      "name": "Sanitas"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coverageidentifiertype",
            "code": "VeKa"
          }
        ]
      },
      "system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
      "value": "80756015090002647590"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor",
        "code": "1",
        "display": "Krankenversicherung (obligat.)"
      }
    ]
  },
  "beneficiary": {
    "reference": "Patient/SUfferer"
  },
  "payor": [
    {
      "reference": "#Sanitas"
    }
  ]
}