CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue ButtonĀ®)
1.1.0 - STU1 Update

This page is part of the CARIN Blue Button Implementation Guide (v1.1.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Patient 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:Patient;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ExamplePatient1"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-10-30T09:48:01.8512764-04:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "Organization/PayerOrganizationExample1" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|1.1.0";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|1.1.0>     ]
  ];
  fhir:Resource.language [ fhir:value "en-US"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501</p><p><b>active</b>: true</p><p><b>name</b>: Member 01 Test </p><p><b>telecom</b>: ph: 5555555551, ph: 5555555552, ph: 5555555553, ph: 5555555554, ph: 5555555555(HOME), ph: 5555555556(WORK), <a href=\"mailto:GXXX@XXXX.com\">GXXX@XXXX.com</a>, fax: 5555555557</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1943-01-01</p><p><b>address</b>: </p><ul><li>123 Main Street PITTSBURGH PA 15239 </li><li>456 Murray Avenue PITTSBURGH PA 15217 </li></ul><p><b>maritalStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></p><h3>Communications</h3><table class=\"grid\"><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td><span title=\"Codes: {urn:ietf:bcp:47 en}\">English</span></td><td>true</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-PayerOrganizationExample1.html\">UPMC Health Plan. Generated Summary: NAIC Code: 95216; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type pay}\">Payer</span>; name: UPMC Health Plan; Phone: 1-844-220-4785 TTY: 711, Phone: 1-866-406-8762</a></p></div>"
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "MB" ];
         fhir:Coding.display [ fhir:value "Member Number" ]       ];
       fhir:CodeableConcept.text [ fhir:value "An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier." ]     ];
     fhir:Identifier.system [ fhir:value "https://www.upmchealthplan.com/fhir/memberidentifier" ];
     fhir:Identifier.value [ fhir:value "88800933501" ];
     fhir:Identifier.assigner [
       fhir:Reference.reference [ fhir:value "Organization/PayerOrganizationExample1" ];
       fhir:Reference.display [ fhir:value "UPMC Health Plan" ]     ]
  ];
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "Test" ];
     fhir:HumanName.given [
       fhir:value "Member 01";
       fhir:index 0     ]
  ];
  fhir:Patient.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "5555555551" ];
     fhir:ContactPoint.rank [ fhir:value "1"^^xsd:positiveInteger ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "5555555552" ];
     fhir:ContactPoint.rank [ fhir:value "2"^^xsd:positiveInteger ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "5555555553" ];
     fhir:ContactPoint.rank [ fhir:value "3"^^xsd:positiveInteger ]
  ], [
     fhir:index 3;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "5555555554" ];
     fhir:ContactPoint.rank [ fhir:value "4"^^xsd:positiveInteger ]
  ], [
     fhir:index 4;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "5555555555" ];
     fhir:ContactPoint.use [ fhir:value "home" ];
     fhir:ContactPoint.rank [ fhir:value "5"^^xsd:positiveInteger ]
  ], [
     fhir:index 5;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "5555555556" ];
     fhir:ContactPoint.use [ fhir:value "work" ];
     fhir:ContactPoint.rank [ fhir:value "6"^^xsd:positiveInteger ]
  ], [
     fhir:index 6;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "GXXX@XXXX.com" ];
     fhir:ContactPoint.rank [ fhir:value "7"^^xsd:positiveInteger ]
  ], [
     fhir:index 7;
     fhir:ContactPoint.system [ fhir:value "fax" ];
     fhir:ContactPoint.value [ fhir:value "5555555557" ];
     fhir:ContactPoint.rank [ fhir:value "8"^^xsd:positiveInteger ]
  ];
  fhir:Patient.gender [ fhir:value "male"];
  fhir:Patient.birthDate [ fhir:value "1943-01-01"^^xsd:date];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.type [ fhir:value "physical" ];
     fhir:Address.line [
       fhir:value "123 Main Street";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "PITTSBURGH" ];
     fhir:Address.state [ fhir:value "PA" ];
     fhir:Address.postalCode [ fhir:value "15239" ]
  ], [
     fhir:index 1;
     fhir:Address.type [ fhir:value "physical" ];
     fhir:Address.line [
       fhir:value "456 Murray Avenue";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "PITTSBURGH" ];
     fhir:Address.state [ fhir:value "PA" ];
     fhir:Address.postalCode [ fhir:value "15217" ]
  ];
  fhir:Patient.maritalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ];
       fhir:Coding.code [ fhir:value "UNK" ]     ];
     fhir:CodeableConcept.text [ fhir:value "unknown" ]
  ];
  fhir:Patient.communication [
     fhir:index 0;
     fhir:Patient.communication.language [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
         fhir:Coding.code [ fhir:value "en" ]       ];
       fhir:CodeableConcept.text [ fhir:value "English" ]     ];
     fhir:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ]
  ];
  fhir:Patient.managingOrganization [
     fhir:Reference.reference [ fhir:value "Organization/PayerOrganizationExample1" ];
     fhir:Reference.display [ fhir:value "UPMC Health Plan" ]
  ].

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

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