Stream: CARIN IG for Blue Button®
Topic: payment.type code set
jason chow (Dec 21 2020 at 19:39):
The IG states that the payment.type of the Inpatient profile, "The codes SHALL be taken from C4BB Payer Claim Payment Status Code" and links to:
http://hl7.org/fhir/us/carin-bb/ValueSet-C4BBPayerClaimPaymentStatusCode.html
When i run the json through the validator, the validator flags payment.type as an error stating: "The Coding references a value set, not a code system ('http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode')"
I didn't see a code system in the Terminology section of the IG corresponding to payment status.
Should we fall back to the HL7 payment status code system?
http://terminology.hl7.org/CodeSystem/paymentstatus
Saul Kravitz (Dec 21 2020 at 21:07):
http://hl7.org/fhir/us/carin-bb/ValueSet-C4BBPayerClaimPaymentStatusCode.html is built from 3 codes (paid, denied, partiallypaid) in this code system http://hl7.org/fhir/us/carin-bb/CodeSystem-C4BBPayerAdjudicationStatus.html. There is no associated C4BBPayerClaimPaymentStatusCode codesystem.
The examples don't seem to include C4BBPayerAdjudicationStatus#paid/denied/partiallypaid.
The structure of C4BBPayerAdjudicationStatus is very similar to C4BBPayerBenefitPaymentStatus, for which there are examples.
I suspect something is fishy with your validation setup, or your inputs is invalid. What specific system/code is the validator squawking about?
Last updated: Apr 12 2022 at 19:14 UTC