This page is part of the CARIN Digital Insurance Card (v1.1.0: STU1) 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
: C4DIC Contact Type - TTL Representation
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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "C4DICContactTypeVS"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-contactentity-type.html\"><code>http://terminology.hl7.org/CodeSystem/contactentity-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-contactentity-type.html#contactentity-type-PATINF\">PATINF</a></td><td style=\"color: #cccccc\">Patient</td><td>Generic information contact for patients.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-contactentity-type.html#contactentity-type-PAYOR\">PAYOR</a></td><td style=\"color: #cccccc\">Payor</td><td>Contact details for dealing with issues related to insurance claims/adjudication/payment.</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-C4DICExtendedContactTypeCS.html\"><code>http://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICExtendedContactTypeCS</code></a></li></ul></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/ValueSet/C4DICContactTypeVS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.1.0"] ; #
fhir:name [ fhir:v "C4DICContactTypeVS"] ; #
fhir:title [ fhir:v "C4DIC Contact Type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-04-16T17:37:30+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 value set 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 Valueset is not copyrighted."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "PATINF" ] ] [
fhir:code [ fhir:v "PAYOR" ] ] ) ] [
fhir:system [ fhir:v "http://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICExtendedContactTypeCS"^^xsd:anyURI ] ] )
] . #