CARIN Digital Insurance Card
1.1.0 - STU 1.1 United States of America flag

CARIN Digital Insurance Card, published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/carin-digital-insurance-card/ and changes regularly. See the Directory of published versions

: C4DIC Extended Contact Type - TTL Representation

Active as of 2024-04-16

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 "C4DICExtendedContactTypeCS"] ; # 
  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://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICExtendedContactTypeCS</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\">pharma<a name=\"C4DICExtendedContactTypeCS-pharma\"> </a></td><td>Pharmacists</td></tr><tr><td style=\"white-space:nowrap\">rxmailorder<a name=\"C4DICExtendedContactTypeCS-rxmailorder\"> </a></td><td>Mail Order Pharmacy</td></tr><tr><td style=\"white-space:nowrap\">provider<a name=\"C4DICExtendedContactTypeCS-provider\"> </a></td><td>Provider Service</td></tr><tr><td style=\"white-space:nowrap\">virtual<a name=\"C4DICExtendedContactTypeCS-virtual\"> </a></td><td>Virtual Care Services</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "claims" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICExtendedContactTypeCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "C4DICExtendedContactTypeCS"] ; # 
  fhir:title [ fhir:v "C4DIC Extended Contact Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-16T15:59:41+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/claims" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pie@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This code system includes an extended set of Contact Type codes."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This CodeSystem is not copyrighted."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "pharma" ] ;
fhir:display [ fhir:v "Pharmacists" ]
  ] [
fhir:code [ fhir:v "rxmailorder" ] ;
fhir:display [ fhir:v "Mail Order Pharmacy" ]
  ] [
fhir:code [ fhir:v "provider" ] ;
fhir:display [ fhir:v "Provider Service" ]
  ] [
fhir:code [ fhir:v "virtual" ] ;
fhir:display [ fhir:v "Virtual Care Services" ]
  ] ) . #