Stream: Da Vinci
Topic: Payment Type
Dongtu (Aug 16 2019 at 02:01):
I had many payment type and used PaymentReconciliation Resource to present them.
I defined my payment types in detail tag of PaymentReconciliation through code system. But I don't know Which code can be represented?
Ex: money of blood test , money of diagnostic imaging, tricks, surgery, and many other type to payment
Can I define my own code?
"detail": [
{
"type": {
"coding": [
{
"system": "???",
"code": "????"
}
],
"text": "money of blood test"
}
},
{
"type": {
"coding": [
{
"system": "???",
"code": "???"
}
],
"text": "money of diagnostic imaging"
},
"date": "2019-08-02",
"amount": {
"value": 350.00,
"currency": "USD"
}
}
]
Lloyd McKenzie (Aug 19 2019 at 01:49):
Hi @Dongtu,
I don't think any of the Da Vinci projects are using PaymentReconciliation. You might have better luck using the main implementer list. In the base specification, the code system is open ended, so if you're not adhering to any particular implementation guide, then yes, you can use any code system of your choice - including making up your own.
Dongtu (Aug 19 2019 at 01:57):
Thanks!
What 's Resource Da Vinci projects use to present Payment Type?
Lloyd McKenzie (Aug 19 2019 at 17:27):
Right now, I don't think any of the Da Vinci projects are conveying payment information at all.
Last updated: Apr 12 2022 at 19:14 UTC