FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.carin-rtpbc
Resource TypeClaimResponse
IdClaimResponse-rtpbc-claim-response-discount-card.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ClaimResponse rtpbc-claim-response-discount-card

identifier: rtpbc-03-response-discount-card

status: Active

type: Pharmacy

use: Predetermination

patient: Jane Doe Female, DoB: 1975-12-05 ( Patient internal identifier: 30455)

created: 2019-11-01 11:20:59-0500

insurer: Identifier: GoodPricing

request: Identifier: rtpbc-03

outcome: Processing Complete

disposition: Processed successfully

item

itemSequence: 1

noteNumber: 1

adjudication

category: Full product cash price

Amounts

-ValueCurrency
*105United States dollar

adjudication

category: Coupon discount amount

Amounts

-ValueCurrency
*-20United States dollar

adjudication

category: Total patient responsibility

Amounts

-ValueCurrency
*85United States dollar

addItem

RTPBC isAlternative Extension: true

itemSequence: 1

provider: Organization Home Drugs

productOrService: fluoxetine 10 MG Oral Capsule [Prozac]

quantity: 60 {Each}

adjudication

category: Full product cash price

Amounts

-ValueCurrency
*50United States dollar

adjudication

category: Coupon discount amount

Amounts

-ValueCurrency
*-10United States dollar

adjudication

category: Total patient responsibility

Amounts

-ValueCurrency
*40United States dollar

Source1

{
  "resourceType": "ClaimResponse",
  "id": "rtpbc-claim-response-discount-card",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-response-claimresponse"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "rtpbc-03-response-discount-card"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "pharmacy",
        "display": "Pharmacy"
      }
    ]
  },
  "use": "predetermination",
  "patient": {
    "reference": "Patient/rtpbc-patient-03ps"
  },
  "created": "2019-11-01T11:20:59-05:00",
  "insurer": {
    "identifier": {
      "value": "GoodPricing"
    }
  },
  "request": {
    "identifier": {
      "value": "rtpbc-03"
    }
  },
  "outcome": "complete",
  "disposition": "Processed successfully",
  "item": [
    {
      "itemSequence": 1,
      "noteNumber": [
        1
      ],
      "adjudication": [
        {
          "category": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type",
                "code": "cash-price",
                "display": "Full product cash price"
              }
            ]
          },
          "amount": {
            "value": 105,
            "currency": "USD"
          }
        },
        {
          "category": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type",
                "code": "coupon-discount",
                "display": "Coupon discount amount"
              }
            ]
          },
          "amount": {
            "value": -20,
            "currency": "USD"
          }
        },
        {
          "category": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type",
                "code": "total",
                "display": "Total patient responsibility"
              }
            ]
          },
          "amount": {
            "value": 85,
            "currency": "USD"
          }
        }
      ]
    }
  ],
  "addItem": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-isAlternative",
          "valueBoolean": true
        }
      ],
      "itemSequence": [
        1
      ],
      "provider": [
        {
          "reference": "Organization/rtpbc-organization-03ps"
        }
      ],
      "productOrService": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "205535",
            "display": "fluoxetine 10 MG Oral Capsule [Prozac]"
          }
        ]
      },
      "quantity": {
        "value": 60,
        "unit": "{Each}"
      },
      "adjudication": [
        {
          "category": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type",
                "code": "cash-price",
                "display": "Full product cash price"
              }
            ]
          },
          "amount": {
            "value": 50,
            "currency": "USD"
          }
        },
        {
          "category": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type",
                "code": "coupon-discount",
                "display": "Coupon discount amount"
              }
            ]
          },
          "amount": {
            "value": -10,
            "currency": "USD"
          }
        },
        {
          "category": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-patient-pay-type",
                "code": "total",
                "display": "Total patient responsibility"
              }
            ]
          },
          "amount": {
            "value": 40,
            "currency": "USD"
          }
        }
      ]
    }
  ]
}