Stream: CARIN IG for Blue Button®
Topic: payee type 'other'
Bryan Briegel (Apr 21 2021 at 19:48):
Looking at https://terminology.hl7.org/2.1.0/CodeSystem-payeetype.json.html - I am wondering if "other" is intended to display "Provider" vs "Other" - wanted to ask on that (too I believe guarantor is misspelled here )
"description" : "This value set includes sample Payee Type codes.",
"copyright" : "This is an example set.",
"caseSensitive" : true,
"valueSet" : "http://terminology.hl7.org/ValueSet/payeetype",
"content" : "complete",
"concept" : [
{
"code" : "subscriber",
"display" : "Subscriber",
"definition" : "The subscriber (policy holder) will be reimbursed."
},
{
"code" : "provider",
"display" : "Provider",
"definition" : "Any benefit payable will be paid to the provider (Assignment of Benefit)."
},
{
"code" : "other",
"display" : "Provider",
"definition" : "Any benefit payable will be paid to a third party such as a guarrantor."
}
]
}
Thx
Last updated: Apr 12 2022 at 19:14 UTC