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
1
vote
4 answers

ADT vs. CCDA data gap

We are developing a provide and register web service for CCDAs. Our vendor requires ADT as the patient registration portion. I can create a bare ADT message from the information provided to me in the CCDA in order to simplify the onboarding process…
prike
  • 51
  • 1
1
vote
3 answers

What SQL Server datatype to use for mixed XML and HL7v2 data?

Consider a column in an MS SQL database which will house either potentially large chunks or XML or pipe-delimited HL7v2 data. Currently (due to not using forward-thinking) it's currently typed as XML because originally we were only ever accepting…
Bensonius
  • 1,501
  • 1
  • 15
  • 39
1
vote
1 answer

How can read section from HL7 document

I want to parse a HL7 document from XML file. So I have this XML file:
bircastri
  • 2,169
  • 13
  • 50
  • 119
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
1 answer

How Can I "Solve Invalid content was found starting with element" Schematron error?

I have following request xml. I did request the following message in return. [cvc-complex-type.2.4.a: Invalid content was found starting with element 'telefonlar'. One of '{adresler}' is expected.] I don't understand this message. My Request XML…
İsmail Kocacan
  • 1,204
  • 13
  • 38
0
votes
0 answers

How we can convert hl7 message to C-CDA report?

We want to convert HL7 message to C-CDA format. Looking for tools or solutions
0
votes
2 answers

Are 0's allowed in OID arcs?

Can 2.16.840.1.113883.3.2966.0.1 potentially be a valid Object Identifier (OID)? A colleague told me that zeros aren't allowed in arcs after the first, however I can't find any documentation on that. A reference to a definitive specification would…
Nick Radov
  • 401
  • 2
  • 7
0
votes
1 answer

SQL select column value as custom name

I'm trying to pull out data into a new column if another column equals a particular value. My data is different telecommunications values stored into the same column with another descriptor column specifying if it's an Email address or home phone,…
Chris
  • 3
  • 2
0
votes
2 answers

Mapping fhir bundle resource to cda in javascript

I have been trying to find a way to map fhir bundle resource to cda documents in javascript. I found some resource like "https://github.com/amida-tech/fhir2ccda" but it has no description. Found $document fhir operation but it has no proper…
0
votes
1 answer

xml schema type is not declared or is missing

I have been fighting this for the past day and read countless other posts here on SO that all give the same advice for my problem. However, that advice is not working for me. I am using the xsd files for the CDA format from HL7 to try and generate…
Jeff Lehmer
  • 241
  • 1
  • 5
  • 17
0
votes
1 answer

Does Google Fit include a HL7 CDA viewer like iOS HealthKit does?

iOS HealthKit is able to display locally the HL7 CDA documents a patient download from a Patient Portal. Does Google Fit include a HL7 CDA viewer like iOS HealthKit does?
Marti Pàmies Solà
  • 611
  • 1
  • 6
  • 12
0
votes
3 answers

Develop Repeating XML segments in CCDA Mirth

I was just developing CCDA xml, where I have to generate multiple template ID tags, I don't like to go by the way of defining structure in the outbound templates, so I decided to go by this method. function data() { var clinicalDocument = new XML…
Vibin Guevara
  • 778
  • 10
  • 27
0
votes
2 answers

Parsing and Unmarshing CCD XML using Jaxb

I have a requirement to read and parse CCD xml in my application. It gave me error initially for id attribute which I solved by renaming ID attribute. But when I try to unmarshal CCD xml to java obj from generated Java classes I am not getting the…
0
votes
1 answer

How do I could start XD-LAB profile of Laboratory Domain

XD-LAB is one of the most import profile of Laboratory Domain. I want to work with XD-LAB profile. Here is some lacking of information as I am unable to start development of XD-LAB profile using Apache Camel and Open eHealth. Do you have any…
Śhāhēēd
  • 1,812
  • 6
  • 23
  • 44
0
votes
0 answers

HL7Sdk how to add 'PIVL_PPD_TS' and TS in entry.AsSubstanceAdministration.EffectiveTime entry.AsSubstanceAdministration.EffectiveTime

Hi everyone, I am using HL7Sdk codeplex and trying to add 'PIVL_PPD_TS' type in entry.AsSubstanceAdministration.EffectiveTime but it generates compile time error . and same problem is with TS type too. I am able to add PIVL_TS and…