Questions tagged [ccd]

HL7 Continuity of Care Document

The HL7 Continuity of Care Document is an XML format based on CDA (Clinical Document Architecture). A CCD is transformable to and from a CCR (Continuity of Care Record) which has similar data and goals, but a radically different format. CCDs are also further constrained by IHE templates and HITSP templates like C32.

Interesting APIs:

50 questions
0
votes
2 answers

Need to export data in CCR format from Java

I'm working in a project which needs to export EHR information in CCR format. I must use Java. The problem that I'm facing is that I can't find an easy way to do it. The better way to do what I'm doing would be to export as CDA using something like…
McTrafik
  • 2,843
  • 3
  • 29
  • 31
0
votes
1 answer

EMF implementation works when called from EJB, but not when calling EJB from WAR

This problem is somewhat complicated and I'm in a little over my head. I will try to describe it as briefly as possible. I have a J2EE application which runs on Glassfish v2 and consumes CCD messages using an implementation of EMF (MDHT). When this…
Freiheit
  • 8,408
  • 6
  • 59
  • 101
0
votes
1 answer

How to get reference item contents from xml to json in MS Fhir?

Section Goal- In the xml file there is a reference to a text that is being declared in the section tag, In the entry tag- . In the section tag above entry- further evaluate chronic…
Amrisha
  • 3
  • 1
0
votes
3 answers

Is there a way to find the index of a sublist in a nested list while I'm iterating with a for loop?

I have a 2D array where the indices of the sublists are the y-coordinates and the elements in the sublists are the x-coordinates. nested_lst = [ [32.6, 45.1, 22.1, ..., 36.8], [41.5, 33.2, ...], [12.8, 37.8, ...], ... , [34.4, 35.1, ...] ] It's a…
0
votes
3 answers

How to Determine CCD Error Line from HealthKit CDADocumentSampleWithData:'s validationError

Am trying to store a Clinical Document Architecture (CDA) Continuity of Care Document (CCD) into HealthKit to display under HK's Health Records sub-section. HealthKit's CDADocumentSampleWithData:startDate:endDate:metadata:validationError: gives…
Cerniuk
  • 14,220
  • 2
  • 29
  • 27
0
votes
0 answers

HealthVault Manually add (upload) CCD xml and export (download) CCD xml in C#

Right now we have two problems: Is it possible to do manually CCD add (upload) function in C#? We have the working code of CCD upload function with "auto commit" as following: And this will "auto commit" all data in the uploaded CCD xml file as…
0
votes
4 answers

HL7 CCD - Where to put textual details and notes

I have the need to represent doctors' textual (plain-word) notes, or descriptions, within a HL7 CCD document. I tried to analyze it and I think I got the relation between narrative and entry blocks, but I can't seem to find a way to insert a regular…
Aleksandar Stojadinovic
  • 4,851
  • 1
  • 34
  • 56
0
votes
1 answer

CCD validation with xmllint and cda.xsd

When I run xmllint -schema c:\temp\CDASchemas\cda\Schemas\CDA.xsd testee_test_original.xml --noout it tells me "testee_test_original.xml validates". Okay, great. However I then deleted the entire element and ran it again. …
user736893
0
votes
0 answers

How can convert CCD xml response to C# object

I shoud to implements, a simple c# client to call rest web service. The web service, return an XML that represent CCD Docment. Now I want to know how can I convert the response in Object c#. This is the code: public void readSectionFromCCD(String…
bircastri
  • 2,169
  • 13
  • 50
  • 119
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

generate exact clock time in seconds and express time zone offset as well

I am generating Continuity Of Care document that requires effective time. The document states: CONF-9: ClinicalDocument / effectiveTime SHALL be expressed with precision to include seconds. CONF-10: ClinicalDocument / effectiveTime SHALL…
ntstha
  • 1,187
  • 4
  • 23
  • 41
0
votes
5 answers

CCD document serialization error on setting EnGiven

I am working on generating CCD document by marshalling generated jaxb classes. I am stuck for few days in initial portion of the document. I will try my best to explain my problem. Henry
ntstha
  • 1,187
  • 4
  • 23
  • 41
0
votes
0 answers

Is it feasible creating Continuity Care Document without using any api

I am currently working on creating Continuity Care Document (CCD document). Through my research i came to know about MDHT api MDHT Developer Guide Currently i have generated jaxb classes from CDA.xsd and i am trying to set values to jaxb object and…
ntstha
  • 1,187
  • 4
  • 23
  • 41
0
votes
1 answer

I am taking CCD images through my telescope and am wondering what can I do analytically with those images?

This weekend I'll be taking around 50 CCD images with my Celestron CPC 8in. telescope and would like to use python to analyzie the images. Does anyone have any experience doing this?
Astronerd326
  • 821
  • 2
  • 8
  • 12