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

HL7 CDA Undefined clinical data

I recently started studying HL7 CDA r2 documents, because I have some clinical data that needs to be as HL7 standards demands. My doubt is the data I have (Body Mass Index (BMI), Weight, Height,BMI State, Sex, Age, Name ) doesn't fit in any template…
Fabio
  • 31
  • 2
1
vote
1 answer

How to use StringArray type Parameter in Pentaho CDA?

Does anyone knows how to use parameter of type StringArray in Pentaho CDA? Testing String Array Parameter select…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
1
vote
1 answer

Extract QDM elements from EHR to calculate eCQM

How to get quality data model(QDM) elements from EHR's raw data to calculate eCQM? I know EHR can export data using standards like CDA and FHIR by HL7. But how to extract QDM elements from these standards?
1
vote
0 answers

Mapping CDA to FHIR resource using hapi-Fhir StructureMap resource in Java

I am trying to map xml cda document to Fhir resources using structureMap resource. Here is structureMap resource which I programmed: StructureMap structureMap = new StructureMap(); StructureMapGroupComponent group = new…
Sohrab
  • 1,348
  • 4
  • 13
  • 33
1
vote
1 answer

C-32 document schematron errors

I have constructed C32 CCD section - Family History but not sure why I'm getting NIST schematron errors even though the section has all the mentioned elements of schema errors in the section. Following are the errors: Message A family history…
Zelig
  • 45
  • 1
  • 3
  • 10
1
vote
1 answer

What is the fixed format of CDA document

I am working on importing and exporting CDA health records. From my research i’v found that every CDA has a different format. I cant find anything specific related to the format of CDA document so that i can create CDA document from the data that is…
Meenakshi
  • 79
  • 1
  • 7
1
vote
1 answer

How we can convert CCD or CDA report to hl7 message through OpenEmr or is there anyother way possible to convert these documents to hl7 message?

How we can convert CCD or CDA report to hl7 message through OpenEmr or is there any other way possible to convert these documents to hl7 message?
1
vote
1 answer

How to Reload CDA and Mondrian cache in Pentaho CE 4.8?

I'm currently stuck in some performance issue for my Dashboard. I've created a dashboard in Pentaho Community edition 4.8. For my charts, using the SQL and MDX (Mondrian) queries. My Problem is that, When I first time open my dashboards after…
Dhinakar
  • 4,061
  • 6
  • 36
  • 68
1
vote
1 answer

CDA HL7V3 acknowledgement

I create using Mirth a channel that receives CDA messages in HL7V3 format. I'm able to parse the message and extract all the data i need. My question is: How do i create an acknowledgement to the receiver? I found out that there is a message called…
Ben Hoffman
  • 117
  • 1
  • 2
  • 9
1
vote
2 answers

Pentaho CDE how use my database

I'm trying to create a Penaho Dashboard using CDE and I have problems accessing my Data. I have found tutorials but they always use SampleData or Steel Wheels. I have managed to do that myself, but I need to access my own database. I was able to…
Kal
  • 323
  • 2
  • 7
  • 17
1
vote
3 answers

HL7 CDA Progress Notes mapping LOINC Codes to HL7 sections

I was looking at the document "HL7 Implementation Guide for Clinical Document Architecture, Release 2: Progress Note, Release 1" and it contains LOINC Codes for each section. For example, 51848-0 is the code for Assessment. How can I find out which…
Nishanth Nair
  • 2,975
  • 2
  • 19
  • 22
1
vote
2 answers

How to differentiate CDA from XML file?

I have ruby module which will validate the XML file against CDA schema. The XML file type is text/xml If the file is identified as CDA then 1.What content type I need to set to the file so that the application which renders the XML file can…
Soundar Rathinasamy
  • 6,658
  • 6
  • 29
  • 47
0
votes
1 answer

Error in dynamic class casting after the build

In my application, we are doing dynamic class casting where lot of implementations are there (Please refer pic). The application is working fine when it is running in eclipse but not after the build (mvn clean install). Loading data from…
Alexpandiyan Chokkan
  • 1,025
  • 1
  • 10
  • 30
0
votes
1 answer

EMV choose crypto method between SDA/DDA/CDA

I'm a newbie in emv world. I'm trying to follow this flow: I'm in the third step. I have to manage the Offline Data Authentication. How can I negotiate the correct way (SDA, DDA or CDA) with the ICC to perform offline auth?
Piero Alberto
  • 3,823
  • 6
  • 56
  • 108