CH ORF (R4)
3.0.0-ci-build - ci-build Switzerland flag

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

: Coverage Identifier Type - TTL Representation

Active as of 2024-03-27

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ch-orf-cs-coverageidentifiertype"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coverageidentifiertype</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">VeKa<a name=\"ch-orf-cs-coverageidentifiertype-VeKa\"> </a></td><td>Insurance Card Number</td></tr><tr><td style=\"white-space:nowrap\">Claim<a name=\"ch-orf-cs-coverageidentifiertype-Claim\"> </a></td><td>Claim Number</td></tr><tr><td style=\"white-space:nowrap\">Other<a name=\"ch-orf-cs-coverageidentifiertype-Other\"> </a></td><td>Other Identifier</td></tr><tr><td style=\"white-space:nowrap\">IV<a name=\"ch-orf-cs-coverageidentifiertype-IV\"> </a></td><td>IV-Verfügungsnummer</td></tr><tr><td style=\"white-space:nowrap\">MV<a name=\"ch-orf-cs-coverageidentifiertype-MV\"> </a></td><td>MV-Versichertennummer</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coverageidentifiertype"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.0.0-ci-build"] ; # 
  fhir:name [ fhir:v "ChOrfCoverageIdentifierType"] ; # 
  fhir:title [ fhir:v "Coverage Identifier Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-27T16:33:48+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Switzerland"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code System for CH ORF Coverage Identifier Type"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "VeKa" ] ;
fhir:display [ fhir:v "Insurance Card Number" ]
  ] [
fhir:code [ fhir:v "Claim" ] ;
fhir:display [ fhir:v "Claim Number" ]
  ] [
fhir:code [ fhir:v "Other" ] ;
fhir:display [ fhir:v "Other Identifier" ]
  ] [
fhir:code [ fhir:v "IV" ] ;
fhir:display [ fhir:v "IV-Verfügungsnummer" ]
  ] [
fhir:code [ fhir:v "MV" ] ;
fhir:display [ fhir:v "MV-Versichertennummer" ]
  ] ) . #