Stream: CCDA / FHIR mapping stream
Topic: Mapping
Roney A (Aug 07 2019 at 15:20):
Hi Lloyd, Could you please clarify the following:
Question 1. For claim, I am trying to use 'ExplanationOfBenefit.benefitBalance.network' to classify In or Out of network.
But the ExplanationOfBenefit.benefitBalance.category requires to be completed. It has a Cardinality 1..1.
What are the valid values for the 'category' here. I am capturing only 'procedure code'. The FHIR definition says, examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.
Definition: Code to identify the general type of benefits under which products and services are provided
Lloyd McKenzie (Aug 07 2019 at 15:53):
@Paul Knapp @Andy Stechishin
Andy Stechishin (Aug 07 2019 at 15:54):
When providing a benefit balance, you will define the category the balance is applicable to. The list of values for the category are only examples and you are free to define your own value set in this instance. The network flag indicates if the balance is applicable to the in-network balance or the out of network balance.
Roney A (Aug 07 2019 at 16:32):
When providing a benefit balance, you will define the category the balance is applicable to. The list of values for the category are only examples and you are free to define your own value set in this instance. The network flag indicates if the balance is applicable to the in-network balance or the out of network balance.
Thank you Andy. That implies, we may include "procedure code" at our own discretion?
Paul Knapp (Aug 07 2019 at 16:46):
@Roney A Hi, could you please bring this discussion to the Financial Management work group (Tuesdays 11AM Eastern, https://join.freeconferencecall.com/fm4) so that we can address these and related questions.
Roney A (Aug 07 2019 at 16:50):
Roney A Hi, could you please bring this discussion to the Financial Management work group (Tuesdays 11AM Eastern, https://join.freeconferencecall.com/fm4) so that we can address these and related questions.
Thank you Paul. Will adjust my calendar accordingly, if time permits. Sincerely, Roney
Ramandeep Dhanoa (Jan 31 2020 at 19:11):
We are mapping CDA to FHIR and wondering if anyone has tried mapping CDA element - inFulfillmentOf.order.id to FHIR
Sa (Mar 05 2020 at 04:57):
Can someone provide me link to fhir xslt. I am unable to get in xml tools?
Lloyd McKenzie (Mar 05 2020 at 05:17):
Which FHIR XSLT?
Sa (Mar 05 2020 at 05:20):
I have to render bundle or any specific resource type as html. Found xslt can be used. Have been trying to find whether fhir provides xslt which I could use. Is there any link?
Lloyd McKenzie (Mar 05 2020 at 05:28):
There's a transform that will render a document Bundle using the narratives that are present in the resources. There's no XSLTs for generating narratives for resources that don't have them or for rendering other types of Bundles. If you want the document rendering one, you can find it here: http://hl7.org/fhir/fhir-4.0.1-XMLTools-0.01.zip
Sa (Mar 05 2020 at 07:15):
I don't have narrative or composition in bundle resource. Is there any other way converting from xml to cda?
Lloyd McKenzie (Mar 05 2020 at 07:27):
First step will be generating narrative for your resources. There's a narrative generator built into the IG-Publisher, but it's not terribly attractive or clinician-friendly. As well, what you want to be in your narrative will be driven by what data you have, and that varies by implementation. You may end up needing to write your own conversions.
Sa (Mar 05 2020 at 09:34):
I have Bundle resource of type serachset. Hope there is some easier way to map. Any suggestions?
Last updated: Apr 12 2022 at 19:14 UTC