Claims (Blue Button) Synchronization with Health Cloud and Data Cloud

(0 reviews)

DataCloud-Ingestion-API-Schema

openapi: 3.0.3
components:
  schemas:
    claim:
      type: object
      properties:
        billablePeriodEnd:
          type: string
          format: date-time
        billablePeriodStart:
          type: string
          format: date-time
        id:
          type: string
        lastUpdatedDate:
          type: string
          format: date-time
        mrnNumber:
          type: string
        patientId:
          type: string
        paymentCurrency:
          type: string
        paymentValue:
          type: number
        status:
          type: string
        totalCostCurrency:
          type: string
        totalCostValue:
          type: number
        type:
          type: string
    coverage:
      type: object
      properties:
        beneficiaryId:
          type: string
        coverageId:
          type: string
        id:
          type: string
        lastUpdatedDate:
          type: string
          format: date-time
        mrnNumber:
          type: string
        parentId:
          type: string
        payorId:
          type: string
        status:
          type: string
        subscriberId:
          type: string
    identifier:
      type: object
      properties:
        assigner:
          type: string
        endDate:
          type: string
          format: date-time
        id:
          type: string
        lastUpdatedDate:
          type: string
          format: date-time
        mrnNumber:
          type: string
        parentId:
          type: string
        startDate:
          type: string
          format: date-time
        system:
          type: string
        type:
          type: string
        use:
          type: string
        value:
          type: string
    item:
      type: object
      properties:
        code:
          type: string
        codeVersion:
          type: string
        display:
          type: string
        id:
          type: string
        lastUpdatedDate:
          type: string
          format: date-time
        mrnNumber:
          type: string
        netCurrency:
          type: string
        netValue:
          type: number
        parentId:
          type: string
        patientPaidCurrency:
          type: string
        patientPaidValue:
          type: number
        quantity:
          type: number
        serviceId:
          type: string
        system:
          type: string
        unitPriceCurrency:
          type: string
        unitPriceValue:
          type: number
        userSelected:
          type: string
    totalAdjudicatedAmount:
      type: object
      properties:
        amount:
          type: number
        code:
          type: string
        currency:
          type: string
        display:
          type: string
        id:
          type: string
        lastUpdatedDate:
          type: string
          format: date-time
        mrnNumber:
          type: string
        parentId:
          type: string

Reviews

TypeApplication
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onJun 13, 2024
Asset overview
Industries CloudHealth
Custom fields

Asset versions for 2.0.x

Asset versions
VersionActions
2.0.1
2.0.0