Questions tagged [cda]

Clinical Document Architecture - An XML based structure for clinical documentation exchange.

CDA is a ANSI and ISO standard developed by HL7 (a non-profit organisation for the development of healthcare informatics standards). It can be used to describe any type of clinical information, from admission reports through to pathology reports.

Please see this Wikipedia entry for more information.

56 questions
14
votes
4 answers

HL7 version 3 parsing

I was parsing HL7 version 2.x messages through HAPI. Now I want to parse HL7 version 3 messages, which are in XML format. HAPI does not support HL7 version 3, so how can I do this?
Vishal Zanzrukia
  • 4,902
  • 4
  • 38
  • 82
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
12
votes
3 answers

Parse XML doc (Clinical Document Architecture-CDA,HL7 standard) using Everest Framework

I am trying to parse some clinical information from XML file that is standardized to HL7 V3 CDA standard . Xml file :
Nic
  • 1,088
  • 3
  • 19
  • 43
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
1 answer

lxml xsi:schemaLocation namespace URI validation issue

I'm trying to use lxml.etree to reproduce the CDA example found in the CDA QuickStart Guide found here. In particular, I'm running into issues with namespaces trying to recreate this element.
user3419537
  • 4,740
  • 2
  • 24
  • 42
4
votes
1 answer

Validate XML with Schematron in PHP 5

I have a problem with validating XML with schematron. In my code I load the XML and XSL as DOMDocument objects and I try to transform: $domSche = new DOMDocument(); $domSche->loadXML($message); $domXSLSche = new…
Prolasky
  • 55
  • 5
3
votes
2 answers

Is Application Interchange Profile (AIP) included in CDA?

Basically the title but in more broad context: is there a way for the terminal to verify that the AIP is the one really sent by the card and not replaced in man-in-the-middle attack?
Ognyan
  • 13,452
  • 5
  • 64
  • 82
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
1 answer

How to create POJO class from a CDA schema without changing the xds file?

I have a large CDA schema file which is used in generation of a CDA xml document. I want to generate POJO classes using the xds schema during compiling of code. I am trying to do this with jaxb2-maven-plugin as below:
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
5 answers

CDA authentication on MasterCard

I am working with the MasterCard credit card, and I have a question about the exact steps which I need to take to perform the CDA authentication. If I understood the procedure correctly, I should first send the GENERATE AC command followed by an…
magic
  • 229
  • 3
  • 6
  • 11
2
votes
2 answers

Read HL7 cda xml file using Everest Framework .Net

I have read that everest framework support HL7 CDA V3 Xml file but I cant find any examples on how to use this framework to read data from xml files. Does anybody know how to do it ? Thanks. Framework link: http://everest.codeplex.com/
Nic
  • 1,088
  • 3
  • 19
  • 43
2
votes
0 answers

Pentaho CDA cache scheduler with Dynamic data

I have a SQL query with 2 Parameters fromDate and toDate in my dashboard. A user can select any date range. But still users prefer the date ranges for Last 30 Days, Current Week or Current Month. The dashboard has some huge data so my sql queries…
Dhinakar
  • 4,061
  • 6
  • 36
  • 68
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
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
1
2 3 4