This page is part of the Consumer Real-time Pharmacy Benefit Check (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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:ClaimResponse; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "rtpbc-claim-response-03-price-source"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-response-claimresponse"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-response-claimresponse> ] ]; 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><p><b>id</b>: rtpbc-claim-response-03-price-source</p><p><b>meta</b>: </p><p><b>identifier</b>: id: rtpbc-03-response-price-source</p><p><b>status</b>: active</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/claim-type pharmacy}\">Pharmacy</span></p><p><b>use</b>: predetermination</p><p><b>patient</b>: <a href=\"Patient-rtpbc-patient-03.html\">Generated Summary: id: rtpbc-patient-03; Patient internal identifier: 30455; Jane Doe ; gender: female; birthDate: 1975-12-05</a></p><p><b>created</b>: Nov 1, 2019 4:20:59 PM</p><p><b>insurer</b>: <span></span></p><p><b>request</b>: <span></span></p><p><b>outcome</b>: complete</p><p><b>disposition</b>: Processed successfully</p><blockquote><p><b>item</b></p><p><b>itemSequence</b>: 1</p><p><b>noteNumber</b>: 1</p><blockquote><p><b>adjudication</b></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type cash-price}\">Full product cash price</span></p><p><b>amount</b>: </p></blockquote><blockquote><p><b>adjudication</b></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type coupon-discount}\">Coupon discount amount</span></p><p><b>amount</b>: </p></blockquote><blockquote><p><b>adjudication</b></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type total}\">Total patient responsibility</span></p><p><b>amount</b>: </p></blockquote></blockquote><blockquote><p><b>addItem</b></p><p><b>itemSequence</b>: 1</p><p><b>provider</b>: <a href=\"Organization-rtpbc-organization-03m.html\">Generated Summary: id: rtpbc-organization-03m; id: 0999029; active; <span title=\"Codes: {http://ncpdp.org/pharmacy-type M}\">Mail Order</span>; name: My Mail Service Pharmacy; ph: 5551234567</a></p><p><b>productOrService</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 205535}\">PROzac 10 MG Oral Capsule</span></p><p><b>quantity</b>: 60 {Each}</p><h3>Adjudications</h3><table class=\"grid\"><tr><td>-</td><td><b>Category</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type cash-price}\">Full product cash price</span></td><td></td></tr><tr><td>*</td><td><span title=\"Codes: {http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type coupon-discount}\">Coupon discount amount</span></td><td></td></tr><tr><td>*</td><td><span title=\"Codes: {http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type total}\">Total patient responsibility</span></td><td></td></tr></table></blockquote></div>" ]; fhir:ClaimResponse.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "rtpbc-03-response-price-source" ] ]; fhir:ClaimResponse.status [ fhir:value "active"]; fhir:ClaimResponse.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ]; fhir:Coding.code [ fhir:value "pharmacy" ]; fhir:Coding.display [ fhir:value "Pharmacy" ] ] ]; fhir:ClaimResponse.use [ fhir:value "predetermination"]; fhir:ClaimResponse.patient [ fhir:Reference.reference [ fhir:value "Patient/rtpbc-patient-03" ] ]; fhir:ClaimResponse.created [ fhir:value "2019-11-01T11:20:59-05:00"^^xsd:dateTime]; fhir:ClaimResponse.insurer [ fhir:Reference.identifier [ fhir:Identifier.value [ fhir:value "GoodPricing" ] ] ]; fhir:ClaimResponse.request [ fhir:Reference.identifier [ fhir:Identifier.value [ fhir:value "rtpbc-03" ] ] ]; fhir:ClaimResponse.outcome [ fhir:value "complete"]; fhir:ClaimResponse.disposition [ fhir:value "Processed successfully"]; fhir:ClaimResponse.item [ fhir:index 0; fhir:ClaimResponse.item.itemSequence [ fhir:value "1"^^xsd:positiveInteger ]; fhir:ClaimResponse.item.noteNumber [ fhir:value "1"^^xsd:positiveInteger; fhir:index 0 ]; fhir:ClaimResponse.item.adjudication [ fhir:index 0; fhir:ClaimResponse.item.adjudication.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type" ]; fhir:Coding.code [ fhir:value "cash-price" ]; fhir:Coding.display [ fhir:value "Full product cash price" ] ] ]; fhir:ClaimResponse.item.adjudication.amount [ fhir:Money.value [ fhir:value "105.00"^^xsd:decimal ]; fhir:Money.currency [ fhir:value "USD" ] ] ], [ fhir:index 1; fhir:ClaimResponse.item.adjudication.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type" ]; fhir:Coding.code [ fhir:value "coupon-discount" ]; fhir:Coding.display [ fhir:value "Coupon discount amount" ] ] ]; fhir:ClaimResponse.item.adjudication.amount [ fhir:Money.value [ fhir:value "-20.00"^^xsd:decimal ]; fhir:Money.currency [ fhir:value "USD" ] ] ], [ fhir:index 2; fhir:ClaimResponse.item.adjudication.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type" ]; fhir:Coding.code [ fhir:value "total" ]; fhir:Coding.display [ fhir:value "Total patient responsibility" ] ] ]; fhir:ClaimResponse.item.adjudication.amount [ fhir:Money.value [ fhir:value "85.00"^^xsd:decimal ]; fhir:Money.currency [ fhir:value "USD" ] ] ] ]; fhir:ClaimResponse.addItem [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-isAlternative" ]; fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ] ]; fhir:ClaimResponse.addItem.itemSequence [ fhir:value "1"^^xsd:positiveInteger; fhir:index 0 ]; fhir:ClaimResponse.addItem.provider [ fhir:index 0; fhir:Reference.reference [ fhir:value "Organization/rtpbc-organization-03m" ] ]; fhir:ClaimResponse.addItem.productOrService [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ]; fhir:Coding.code [ fhir:value "205535" ]; fhir:Coding.display [ fhir:value "PROzac 10 MG Oral Capsule" ] ] ]; fhir:ClaimResponse.addItem.quantity [ fhir:Quantity.value [ fhir:value "60"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "{Each}" ] ]; fhir:ClaimResponse.addItem.adjudication [ fhir:index 0; fhir:ClaimResponse.item.adjudication.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type" ]; fhir:Coding.code [ fhir:value "cash-price" ]; fhir:Coding.display [ fhir:value "Full product cash price" ] ] ]; fhir:ClaimResponse.item.adjudication.amount [ fhir:Money.value [ fhir:value "50.00"^^xsd:decimal ]; fhir:Money.currency [ fhir:value "USD" ] ] ], [ fhir:index 1; fhir:ClaimResponse.item.adjudication.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type" ]; fhir:Coding.code [ fhir:value "coupon-discount" ]; fhir:Coding.display [ fhir:value "Coupon discount amount" ] ] ]; fhir:ClaimResponse.item.adjudication.amount [ fhir:Money.value [ fhir:value "-10.00"^^xsd:decimal ]; fhir:Money.currency [ fhir:value "USD" ] ] ], [ fhir:index 2; fhir:ClaimResponse.item.adjudication.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type" ]; fhir:Coding.code [ fhir:value "total" ]; fhir:Coding.display [ fhir:value "Total patient responsibility" ] ] ]; fhir:ClaimResponse.item.adjudication.amount [ fhir:Money.value [ fhir:value "40.00"^^xsd:decimal ]; fhir:Money.currency [ fhir:value "USD" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.