@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-ActInvoicePaymentCode"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    BONUSbonusBonus payments based on performance, volume, etc. as agreed to by the payor.
    CFWDcarry forward adjusmentAn amount still owing to the payor but the payment is 0$ and this cannot be settled until a future payment is made.
    EDUeducation feesFees deducted on behalf of a payee for tuition and continuing education.
    EPYMTearly payment feeFees deducted on behalf of a payee for charges based on a shorter payment frequency (i.e. next day versus biweekly payments.
    GARNgarnisheeFees deducted on behalf of a payee for charges based on a per-transaction or time-period (e.g. monthly) fee.
    INVOICEsubmitted invoicePayment is based on a payment intent for a previously submitted Invoice, based on formal adjudication results..
    PINVpaper invoicePayment initiated by the payor as the result of adjudicating a paper (original, may have been faxed) invoice.
    PPRDprior period adjustmentAn amount that was owed to the payor as indicated, by a carry forward adjusment, in a previous payment advice
    PROAprofessional association deductionProfessional association fee that is collected by the payor from the practitioner/provider on behalf of the association
    RECOVrecoveryRetroactive adjustment such as fee rate adjustment due to contract negotiations.
    RETROretro adjustmentBonus payments based on performance, volume, etc. as agreed to by the payor.
    TRANtransaction feeFees deducted on behalf of a payee for charges based on a per-transaction or time-period (e.g. monthly) fee.
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ActInvoicePaymentCode"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.19673" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "ActInvoicePaymentCode"]; fhir:ValueSet.title [ fhir:value "ActInvoicePaymentCode"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "BONUS" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "CFWD" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "EDU" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "EPYMT" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "GARN" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "INVOICE" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "PINV" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "PPRD" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "PROA" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "RECOV" ] ], [ fhir:index 10; fhir:ValueSet.compose.include.concept.code [ fhir:value "RETRO" ] ], [ fhir:index 11; fhir:ValueSet.compose.include.concept.code [ fhir:value "TRAN" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------