Questions tagged [hl7-cda]

HL7.org XML specification of Clinical Documents

The HL7 Version 3 Clinical Document Architecture is a document markup standard that specifies the structure and semantics of "clinical documents" for the purpose of exchange between healthcare providers and patients. It defines a clinical document as having the following six characteristics: 1) Persistence, 2) Stewardship, 3) Potential for authentication, 4) Context, 5) Wholeness and 6) Human readability.

A CDA can contain any type of clinical content -- typical CDA documents would be a Discharge Summary, Imaging Report, Admission & Physical, Pathology Report and more. The most popular use is for inter-enterprise information exchange, such as is envisioned for a US Health Information Exchange (HIE).

35 questions
13
votes
5 answers

What Difference HL7 V3 and CDA?

What Difference HL7 V3 and CDA, really until now I haven't got precise answer please help me Thanks.
Bassam Najeeb
  • 607
  • 2
  • 7
  • 16
7
votes
1 answer

CDA FHIR mapping

I am trying to add support for sidecar applications in EHR platforms. I am taking a pure implementer's approach to build an intermediate representation (such as an XML) for mapping CDA<--->FHIR. I am using the smart-on-fhir as the reference…
iceman
  • 4,211
  • 13
  • 65
  • 92
6
votes
5 answers

HL7 v2X and v3 data modeling

The company I work for has started a new initiative in HL7 where we are trading both v2X and v3 (CDA specifically) messages. I am at the point where I am able to accept, validate and acknowledge the messages we are receiving from our trading…
Ritley572
  • 299
  • 4
  • 15
5
votes
2 answers

Identifying HL7 V3 schemas for CDA R2

The company I work for recently started a project delving into the world of HL7 messaging and data trading. We are using BizTalk Server 2010 with the BTAHL7 accelerator for 2010 with success so far for HL7 v2 but now we have a need to accept HL7 v3…
Ritley572
  • 299
  • 4
  • 15
3
votes
1 answer

HL7 CDA consolidated document wizard

Currently I'm working on implementing HL7 CDA for a large hospital which has both outpatient and inpatient clinics. To decrease average duration of consultation, consulting physicians use electronic forms. Forms must be thoroughly formalized (and…
DmitryAB
  • 271
  • 3
  • 12
2
votes
3 answers

HL7v3 CDA - Information that does not fall under established field

New to HL7, so my apologies and thanks upfront. What is the procedure for storing data in HL7v3 CDAs that does not fall under the purview of a field in the standard? For example, I'm trying to store information about Personal Protective Equipment…
user3501855
  • 131
  • 1
  • 1
  • 7
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
2
votes
3 answers

Where can I find CDA MIF and RMIM

I'm evaluating this Model-based mapping and transformation tools for mapping application data to one type of Consolidated CDA. The idea of this tool is to build a EMF class model using CDA RMIM, MIF (Model Exchange Format) and probably C-CDA…
chaoshangfei
  • 205
  • 4
  • 12
2
votes
1 answer

How vitals are related to encounter in c-cda clinical document?

i have some questions about encounters in CCDA clinical document. 1) why componentOf tag is used in header if there is encounter template in body of CCDA XML document. 2) Vital is always against some encounter. How can i relate them? how do i know…
Fazal Wahid
  • 175
  • 2
  • 17
2
votes
2 answers

How to differentiate structured and unstructured CDA?

I am working in CDA documents. I am able to validate the XML documents against CDA schema and find out the the xml is CDA or not. But if it is CDA then there are two categories of CDA documents. Structured CDA(Human readable text) Unstructured…
Soundar Rathinasamy
  • 6,658
  • 6
  • 29
  • 47
1
vote
2 answers

I want to find all resource type list of specific patient using HL7 FHIR RESTFul API

I want to show all resources type list like condition, immunization, patient. How can I find those endpoints? I did not get any end point which gets a list of resource types. API end point: https://r4.smarthealthit.org Official documentation:…
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
2 3