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
10
votes
7 answers

CCD ClinicalDocument.id: What is the value of root supposed to be?

In the CDA R2 CCD implementation guide, a ClinicalDocument element (the root element of the document) is supposed to have an id element. This id element is of the "II" datatype: http://wiki.hl7.no/index.php/R1:II This states that the root attribute…
user453441
  • 1,026
  • 2
  • 13
  • 26
4
votes
2 answers

Parsing a Continuity of Care Document (CCD) with T-SQL

I've figured out how to do some basic parsing of a CCD using T-SQL and thought I would share the result. If anyone knows a better way to do this, please feel free to comment. I'm particularly interested in reducing the text associated with the…
bfox
  • 88
  • 1
  • 4
3
votes
1 answer

CCDA to FHIR xml

Is it Possible to convert a complete CCDA xml to a FHIR based xml? I would like to convert an complete CCDA xml to a FHIR compatible XML through Mirthconnect interface. I like to have sample messages that shows how a complete CCDA is been…
Vibin Guevara
  • 778
  • 10
  • 27
3
votes
2 answers

sequencial or concurrent hl7 message processing

I was wondering what kind of concurrency models do folks do to process inbound hl7 messages (adt,...) and persist them in a normalized data model (relational or no-sql). I am struggling with the thought of sequential message processing (mapping to…
Sbham
  • 199
  • 7
2
votes
3 answers

Displaying XML in human readable format

I have some medical records files which have this in the header: ClinicalDocument xsi:schemaLocation="urn:hl7-org:v3 CDA.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:voc="urn:hl7-org:v3/voc" xmlns:sdtc="urn:hl7-org:sdtc"…
user12916161
  • 21
  • 1
  • 2
2
votes
1 answer

Number of Unique sections in CDA schema

I have read CCD is a summarized version of CDA and has 17 unique sections including the header. I couldn't find out how many overall sections there are when there are full-fledged CDA documents.
shujaat
  • 279
  • 6
  • 17
2
votes
1 answer

Extracting CCD document values using MDHT via Mirth

I am trying to use MDHT tools to extract values from a CCD document via Mirth. I am doing this in the following way. Downloaded Java runtime libraries and placed them in Mirth's custom-lib folder and wrote sample code to extract some patient values…
Driver123
  • 133
  • 1
  • 11
2
votes
2 answers

How do I validate the Continuity of Care Document that developed for PHR and EMR?

How do I validate the Continuity of Care Document that developed for PHR and EMR? is there any validation tools or site available that is authorized by HL7 V3?
KPM
  • 21
  • 1
2
votes
1 answer

How to identify unique entries in ccda file?

Basically, if user uploads same c-cda document again or other documents containing same entries of like medications, vitals, allergies, surgeries, etc than I want to make sure they do not get duplicated in database and want to skip those from…
Riddhish
  • 373
  • 1
  • 8
2
votes
2 answers

How to Identify whether document following CDA or CCD format?

I'm working on retrieving data from clinical document(cda or ccd). I want to identify whether the document is CDA or CCD. I check the MDHT Java api but I didn't find related.
padman
  • 491
  • 1
  • 3
  • 14
2
votes
1 answer

Read ProblemSection From CCD Using MDHT

I am trying to parse problem section in CCD using MDHT. The XML code I am trying to parse is:
Neeraj
  • 1,776
  • 2
  • 16
  • 35
1
vote
2 answers

C-CDA validation fails because of "Unknown type" in my server but not in standalone project

I was checking how to use the MDHT libraries to validate C-CDA documents, reviewing the current implementations, to create a validation web service for my project. I firstly made a Eclipse local Java Project, added the JARs to the classpath, and…
lartkma
  • 589
  • 1
  • 5
  • 15
1
vote
1 answer

QRDA: eCQM to QDM mapping, how?

I'm trying to understand how eCQM’s QDM Data Elements listed in the html provided with each eCQM map to actual QRDA Cat 1 measure entries. For example, do all six Medication, Discharge listed for CMS100v5 in the QDM section actually map to six…
Shamil
  • 910
  • 4
  • 17
1
vote
0 answers

C-CDA Unknown Code for Code System in procedures

When a system is populating a C-CDA, and they are not storing the code for the code system, what is the proper way insert it into the document? For example, in procedures the CPT4 code was not known, so they inserted the following: { "name": "--", …
0
votes
0 answers

Integration of CCDA using Mirth out of CSV files

I am new to the environment, I am learning. Can you help me to understand the integration for C-CDA Progress note with CSV? I have tried creating on bridge but data is not updating even after use of JavaScripts. I tired creating transformation with…
1
2