FHIR Chat · Payment type · implementers

Stream: implementers

Topic: Payment type


view this post on Zulip Dongtu (Aug 19 2019 at 01:02):

Hi all!
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"
}
}
]

view this post on Zulip Lloyd McKenzie (Aug 20 2019 at 16:57):

PaymentReconciliation.detail.type is bound as "example" - that means you're free to use whatever codes you like - including making up your own code system. That said, your jurisdiction may have expectations around what codes should be used.


Last updated: Apr 12 2022 at 19:14 UTC