CARIN Digital Insurance Card
0.1.0 - STU 1 Ballot

This page is part of the CARIN Digital Insurance Card (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Payer Organization Example 1 - 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:Organization;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "Example-PayerOrganization1"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-08-16T14:08:24.329+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"Example-PayerOrganization1\" Version \"4\" Updated \"2021-08-16T14:08:24.329Z\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-C4DIC-Organization.html\">C4DIC Organization</a></p></div><p><b>identifier</b>: Payer ID: 45002</p><p><b>active</b>: true</p><p><b>name</b>: Acme Insurance Co</p><blockquote><p><b>contact</b></p><p><b>purpose</b>: Pharmacists <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-C4DICExtendedContactTypeCS.html\">C4DIC Extended Contact Type</a>#pharma)</span></p><p><b>telecom</b>: ph: 1-800-123-4988</p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-contactentity-type.html\">Contact entity type</a>#PATINF)</span></p><p><b>telecom</b>: ph: 1-800-465-2222, <a href=\"http://acmeinsurance.com\">http://acmeinsurance.com</a></p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Mail Order Pharmacy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-C4DICExtendedContactTypeCS.html\">C4DIC Extended Contact Type</a>#rxmailorder)</span></p><p><b>telecom</b>: ph: 1-888-466-1234</p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Provider Service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-C4DICExtendedContactTypeCS.html\">C4DIC Extended Contact Type</a>#provider)</span></p><p><b>telecom</b>: ph: 1-800-444-3333</p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Virtual Care Services <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-C4DICExtendedContactTypeCS.html\">C4DIC Extended Contact Type</a>#virtual)</span></p><p><b>telecom</b>: <a href=\"http://virtualdoctor.com\">http://virtualdoctor.com</a></p></blockquote><blockquote><p><b>contact</b></p><p><b>purpose</b>: Payor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-contactentity-type.html\">Contact entity type</a>#PAYOR)</span></p><p><b>address</b>: P.O. Box 1111 Miami, FL 20222-4021</p></blockquote></div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICIdentifierType" ];
         fhir:Coding.code [ fhir:value "payerid" ]       ]     ];
     fhir:Identifier.value [ fhir:value "45002" ]
  ];
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
  fhir:Organization.name [ fhir:value "Acme Insurance Co"];
  fhir:Organization.contact [
     fhir:index 0;
     fhir:Organization.contact.purpose [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICExtendedContactTypeCS" ];
         fhir:Coding.code [ fhir:value "pharma" ];
         fhir:Coding.display [ fhir:value "Pharmacists" ]       ]     ];
     fhir:Organization.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "phone" ];
       fhir:ContactPoint.value [ fhir:value "1-800-123-4988" ]     ]
  ], [
     fhir:index 1;
     fhir:Organization.contact.purpose [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contactentity-type" ];
         fhir:Coding.code [ fhir:value "PATINF" ];
         fhir:Coding.display [ fhir:value "Patient" ]       ]     ];
     fhir:Organization.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "phone" ];
       fhir:ContactPoint.value [ fhir:value "1-800-465-2222" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://acmeinsurance.com" ]     ]
  ], [
     fhir:index 2;
     fhir:Organization.contact.purpose [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICExtendedContactTypeCS" ];
         fhir:Coding.code [ fhir:value "rxmailorder" ];
         fhir:Coding.display [ fhir:value "Mail Order Pharmacy" ]       ]     ];
     fhir:Organization.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "phone" ];
       fhir:ContactPoint.value [ fhir:value "1-888-466-1234" ]     ]
  ], [
     fhir:index 3;
     fhir:Organization.contact.purpose [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICExtendedContactTypeCS" ];
         fhir:Coding.code [ fhir:value "provider" ];
         fhir:Coding.display [ fhir:value "Provider Service" ]       ]     ];
     fhir:Organization.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "phone" ];
       fhir:ContactPoint.value [ fhir:value "1-800-444-3333" ]     ]
  ], [
     fhir:index 4;
     fhir:Organization.contact.purpose [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICExtendedContactTypeCS" ];
         fhir:Coding.code [ fhir:value "virtual" ];
         fhir:Coding.display [ fhir:value "Virtual Care Services" ]       ]     ];
     fhir:Organization.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://virtualdoctor.com" ]     ]
  ], [
     fhir:index 5;
     fhir:Organization.contact.purpose [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contactentity-type" ];
         fhir:Coding.code [ fhir:value "PAYOR" ];
         fhir:Coding.display [ fhir:value "Payor" ]       ]     ];
     fhir:Organization.contact.address [
       fhir:Address.type [ fhir:value "postal" ];
       fhir:Address.text [ fhir:value "P.O. Box 1111 Miami, FL 20222-4021" ];
       fhir:Address.line [
         fhir:value "P.O. Box 1111";
         fhir:index 0       ];
       fhir:Address.city [ fhir:value "Miami" ];
       fhir:Address.state [ fhir:value "FL" ];
       fhir:Address.postalCode [ fhir:value "20222-4021" ];
       fhir:Address.country [ fhir:value "US" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.