This page is part of the CH RAD-Order (R4) (v2.0.1: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CoverageKVG"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage CoverageKVG</b></p><a name=\"CoverageKVG\"> </a><a name=\"hcCoverageKVG\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://fhir.ch/ig/ch-orf/3.0.2/StructureDefinition-ch-orf-coverage.html\">CH ORF Coverage</a></p></div><p><b>identifier</b>: Insurance Card Number/80756015090002647590</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor 1}\">Krankenversicherung (obligat.)</span></p><p><b>beneficiary</b>: <a href=\"Patient-PatSUfferer.html\">Susanna Ufferer (official) Female, DoB: 1945-03-14</a></p><p><b>payor</b>: <a href=\"#hcCoverageKVG/OrgSanitas\">Organization OrgSanitas</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #OrgSanitas</b></p><a name=\"CoverageKVG/OrgSanitas\"> </a><a name=\"hcCoverageKVG/OrgSanitas\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://fhir.ch/ig/ch-core/6.0.0/StructureDefinition-ch-core-organization.html\">CH Core Organization</a></p></div><p><b>name</b>: OrgSanitas</p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:contained ( [
a fhir:Organization ;
fhir:id [ fhir:v "OrgSanitas" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization> ] ) ] ;
fhir:name [ fhir:v "OrgSanitas" ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coverageidentifiertype"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coverageidentifiertype> ] ;
fhir:code [ fhir:v "VeKa" ] ] ) ] ;
fhir:value [ fhir:v "80756015090002647590" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor> ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Krankenversicherung (obligat.)" ] ] )
] ; #
fhir:beneficiary [
fhir:l fhir:Patient/PatSUfferer ;
fhir:reference [ fhir:v "Patient/PatSUfferer" ]
] ; #
fhir:payor ( [
fhir:l <#OrgSanitas> ;
fhir:reference [ fhir:v "#OrgSanitas" ]
] ) . #
IG © 2021+ HL7 Switzerland. Package ch.fhir.ig.ch-rad-order#2.0.1 based on FHIR 4.0.1. Generated 2025-12-17
Links: Table of Contents |
QA Report
| Propose a change