Questions tagged [c-cda]

Consolidated CDA, HL7 standard other than CCD

At the heart of the Consolidated CDA solution is a library of reusable CDA templates. As defined by Dr. Bob Dolin during his presentation on Consolidated CDA at the HL7 booth during HIMSS12, templates are critical to CDA for the following reasons:

  • Templates lead to streamlined development by providing reusable building blocks.
  • Templates provide quicker implementation because users can implement once, and deploy often.
  • Since they are modular, templates (such as blood pressure, discharge diagnosis) can be repackaged with other templates in any number of CDA implementation guides.
  • Templates provide for “incremental interoperability,” in that one can begin with simple CDA, and then add templates as they are prioritized.

For more details click here

25 questions
0
votes
0 answers

Convert from C-CDA to FHIR using Azure convert-data api

I am using Microsoft convert-data API to convert data from one format to other. Not sure how I can pass an XML object within a JSON string as mentioned below…
Jack Smith
  • 31
  • 6
0
votes
0 answers

How we can convert hl7 message to C-CDA report?

We want to convert HL7 message to C-CDA format. Looking for tools or solutions
0
votes
3 answers

Is it Possible to Parsing a complete CCDA xml file Using Go?

I would like to Parse an complete CCDA XML file by using any library available in Go. I tried to parse the CCDA XML file by using the https://godoc.org/github.com/clbanning/mxj library. In this one we need to go to specific path and parse the data…
0
votes
1 answer

Multiple RxNorm in C-CDA Medication

Specific Question I parsed C-CDA with BlueButton.js. Following is from the Medication JSON output. What is the RXNorm (with code system "2.16.840.1.113883.6.88") in this example? It has 577961 and 577962. Which is the correct RxNorm for the…
LCJ
  • 22,196
  • 67
  • 260
  • 418
0
votes
1 answer

How to implement ExtractCCDAAttributes processor in Apache Nifi?

I am on the process to extract some healthcare Data. Initially started with CCDA which is XML file format. How can i config the ExtractCCDAAttributes to extract the attributes with its value?
Marshal Tito
  • 37
  • 1
  • 8
0
votes
1 answer

Import cypress data to EHR for QRDA category 1(CQM - capture and export) meaningful use

I am working on Clinical Quality Measures – Capture and Export. Which implies "Every CQM, EHR technology must be able to electronically record all of the required data" and then generate files in QRDA format. I have review many document but no one…
Gurmeet
  • 3,094
  • 4
  • 19
  • 43
0
votes
2 answers

Value in code when actually code is unknow, ccd document

I am currently working on building CCD for my project. I have a problem in code. For example let me take an example of payers section. CONF-60:A covered party in a policy activity SHOULD contain exactly one participant / participantRole / code, to…
ntstha
  • 1,187
  • 4
  • 23
  • 41
0
votes
1 answer

CCD CDA to database using a scripting language

i need to write a script to extract medical info from a CCD Doc to a database (MySql). Afterwards, perform series of queries to generate report. I intend to use php as the scripting language. Any ideas from anyone will be appreciate.
DiD
  • 77
  • 1
  • 11
0
votes
1 answer

CCD vs CDA training

Does anyone know of any good training for CDA/CCD besides the one offered by HL7? If you know of any places that offer training or even good books on the subject please let me know.
Villumanati
  • 553
  • 2
  • 8
  • 17
-3
votes
1 answer

Testing (C1+C3) on Cypress 3.0.3 throws error on QRDA 1 which are available for QRDA 3

Note : Please some one please create a new Tag for QRDA I'm stuck in a confused situation. I'm performing QRDA 1 and QRDA 3 test on Cypress 3.0.3 and came across the following issue. Calculated value (0.0) for DENOM…
Vibin Guevara
  • 778
  • 10
  • 27
1
2