SlideShare a Scribd company logo
1 of 7
Download to read offline
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056
VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1998
Abstract - Maintenance of Electronic Health Record
helps improve patient safety and quality of care, but to do
that we need the operation of interoperability between
Health Information Exchange at different hospitals. The
Clinical Document Architecture (CDA) established by HL7
is a core document standard to ensure such
interoperability. Unfortunately, hospitals refuses to adopt
interoperable HIS due to its deployment cost. More
problem arises when all hospitals start using the CDA
document format because the data scattered in many
documents are difficult to manage. In this paper, we
describe our CDA document generation and integration
which is an Open API service based on cloud computing,
through which hospitals are enabled to conveniently
generate CDA documents without having to purchase
software. Our CDA document integration system
integrates multiple CDA documents per patient into a
single CDA and physicians and patients can browse the
clinical data in chronological order. Our system of CDA
document generation and integration is based on cloud
computing and the service is offered through Open API.
Developers using different platforms thus can use our
system to enhance interoperability.
Key Words: Electronic Health Record, health
information exchange, HL7, CDA, cloud computing,
SaaS
1.INTRODUCTION
The health information that consists health of the
patient, health care provided to that patient as well as
the reaction of the patient to the provided healthcare
can be stored as electronic health information in the
form of longitudinal collection, thus forming an
Electronic Health Record (EHR) [1]. Therefore, the
implementation of HIE system is made to ensure
successful maintenance of EHR [2]. But there is also a
problem of incompatibility between systems and also
there are different characteristics involved in HIS [3],
[4]. Thus, there is a need to standardize the health
information exchange between hospitals ensuring
interoperability over health information. Therefore, the
core of guaranteeing interoperability is to standardize
the clinical document.
The major standard for clinical documents is CDA
which was established by Health Level Seven (HL7). CDA
is the core document standard, an XML document which
holds the structure and semantics of clinical documents
for health information exchange. The first version of
CDA was released on 2001 and it's second version was
released on 2005. Many countries have done many
successful projects adopting CDA [7], [8], [9]. To
improve semantic interoperability, many active works
are done based on openEHR and CEN3606 [10], [11].
More HIE system has to support CDA to establish
confidence in interoperable Health Information
Exchange. Moreover, the structure of CDA is too complex
and the correct CDA Document production is difficult
without the good understanding of the CDA standard
and enough experience with it. Also, the HIS
development platforms for hospitals differ so greatly in
such a way that generation of CDA documents in every
hospital invariably requires a separate CDA generation
system. In addition to that, hospitals refuses to adopt a
new system unless it is perfectly necessary for delivery
of care. As a result, except for only few handful countries
like New Zealand or Australia, the adoption rate of EHR
is too low [12]. To promote EHR adoption among
hospitals, the USA government had implemented an
incentive program called the Meaningful Use Program
[13].
Swathi.J1, Sharmila.B2, Reena.R3 and Kapila Vani.R.K4,
1,2 Department of Computer Science and Engineering, Prince Shri Venkateshwara Padmavathy Engineering College,
Chennai, India
3Assistant Professor,Department of Computer Science and Engineering, Prince Shri Venkateshwara Padmavathy
Engineering College, Chennai, India
4Assistant Professor,Department of Computer Science and Engineering, Prince Dr. K. Vasudevan College of
Engineering and Technology, Chennai, India
----------------------------------------------------------------------------****------------------------------------------------------------------------
Mapping CDA Documents for Health Information Exchange from
Multiple Hospitals using Cloud Computing System
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056
VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1999
A CDA document which has the record for the
diagnosis is generated, when a patient is diagnosed at a
clinic. This CDA document will be shared with other
hospitals if the patient agrees. A person or an patient
may shift his location from one place to another hence it
is common for a that patient to visit a number of
different hospitals for check-in or treatment. The
exchange of CDA document is invoked in the following
cases: when a medical personnel needs to study a
patient’s medical history; when referral and reply letters
are drafted for a patient cared by multiple hospitals;
when a patient is in emergency and the medical history
needs to be reviewed.
It takes a huge amount of time for the medical
personnel because the amount of exchanged CDA
document increases because more documents means
that data are distributed in different documents. This
definitely delays the medical personnel in making
decisions. Therefore, when all the CDA documents are
integrated into a single document, the medical personnel
is motivated to view the patient’s medical history
conveniently in chronological order per clinical section
and the corresponding care service can be provided
more effectively. Sadly for now, a solution that
integrates multiple CDA documents into one do not exist
yet to the best of our knowledge and there is a practical
limitation for individual hospitals to develop and
implement a CDA document integration interface.
In this paper we show (1) a CDA document
generation system that generates CDA documents on
different developing platforms for the interface to be
platform independent and (2) a CDA document
integration system that integrates multiple CDA
documents scattered in different hospitals for each
patient.
The benefits of implementing this system are as
follows. First, the system can be accessed through an
Open API and developers can continue working on their
developer platforms they are specialized for example
Java, .NET, or C/C++. Hospital systems can simply extend
their existing system instead of completely replacing it
with a new system. Second, the hospitals do not have to
train their personnel to generate, integrate, and view
standard-compliant CDA documents. The cloud based
CDA generation service produces documents in the CDA
format approved by the National Institute of Standards
and Technology (NIST) [14]. Third, as these services are
provided free of cost at low price to hospitals, existing
Electronic Health Record are more likely to consider
adoption of CDA in their practices.
This paper is organized as follows. In Section 2, we
have provided with a detailed explanations on the
format of CDA document, cloud computing, and the
overall architecture of our proposed system. Section 3
describes the effectivity of the proposed system and
contrasts it to different HIE systems in various countries
to improve the strength of our system.
2.MATERIALS IMPLEMENTED
In this section, we present the necessary techniques
in detail for the design, and explain the implementation
of our CDA generation and integration system based on
cloud computing.
2.1 The CDA Document
American Nation Standards Institute approved the
HL7 Clinical Document Architecture Release 2 (CDA R2)
in May 2005, where CDA is an XML-based document
markup standard that specifies the structure and
semantics of clinical documents, and its primary
purpose is to facilitate clinical document exchanges
between heterogeneous software systems.
A CDA document is divided into its header and body.
The header has a defined structure and it includes
information about the patient, hospital, physician, etc.
The body part is flexible than the header and contains
various clinical data. Each piece of clinical data is
allocated a section and given a code as defined in the
Logical Observation Identifiers Names and Codes
(LOINC) [15]. Different subcategories are inserted in a
CDA document depending on the purpose of the
document, and we chose the Continuity of Care
Document (CCD) [16] because it contains the health
summary data for the patient and it is also widely used
for interoperability. Types of data included in CCD are
listed in Table 1.
We chose the Korean Standard for CDA Referral
and Reply Letters (Preliminary Version) format for CDA
integration system as the number of clinical documents
generated when patients are referred and replies made,
is large [17], [18]. It has the identical structure as the
CCD and the types of data contained in the body are
listed in Table 2.
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056
VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2000
2.2 Cloud Computing
Cloud computing is defined as using a network of
remote servers, hosted in the Internet that helps to
store, manage, and process data, rather than a local
server or a personal computer. It refers to the
applications delivered as services over the Internet and
software in the data centers that provide those services
[19]. The user pays fee depending on the amount of
resources allocated, such as network, server, storage,
applications and services. Currently, three major types
of cloud computing services exist:
1. Software as a Service (SaaS): It is a software
distributed model where the third-party
provider hosts all the applications and makes
them available to customers through the
Internet.
2. Platform as a service (PaaS): It is a category of
cloud computing services that provides a
platform for allowing customers to develop, run,
and manage applications without the
complexity of building and maintaining the
infrastructure typically associated with
developing and launching an app.
3. Infrastructure as a Service (IaaS): It is a form of
cloud computing that provides virtualized
computing resources over the Internet.
In this paper, we chose Amazon Cloud, a widely used
cloud service [20], and provide the CDA generation and
integration system as SaaS.
3.CURRENT METHODOLOGY
In the existing methodology, the CDA Documents
generated in the cloud using the HIS system where the
CDA Generation and Integration interface to connect
with the APIs of both Generation and Integration
residing in the cloud server.
3.1 CDA Generation System based on Cloud
Computing
The overall architecture of how CDA documents are
generated on the health information systems of different
hospitals by using our cloud computing-based CDA
generation system is shown in the Fig. 1. To show that it
is easy to generate CDA documents on a variety of
platforms if done via cloud we have demonstrated using
two Hospitals - Hospital A and Hospital B. The purpose
of each of the components is as follows:
 CDA Generation API generates CDA documents
on cloud.
 CDA Generation Interface makes use of the API
provided by the cloud and relays the input data
and receives CDA documents generated in the
cloud.
 Template Manager is responsible to manage the
CDA documents generated in the cloud server.
Our system uses CCD document templates.
 CDA Generator collects patient data from
hospitals and generates CDA documents in the
correct format which is been suggested by the
Template Manager.
 CDA Validator inspects whether the generated
CDA document complies with the CDA schema
standard.
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056
VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2001
The DBMS maintained by each hospital and the HIS
are linked as follows: Hospital A, using a .Net-based
system is connected via ODBC to connect to the DBMS
while Hospital B, which uses a JAVA-based system, is
linked with Hibernate.
At a hospital, the medical information of patient,
hospital, and physician is entered using CDA Generation
Interface and it is sent to the cloud server using CDA
Generation API. We use SOAP (Simple Object Access
Protocol) as transmission protocol to enhance
interoperability among multiple HIE systems when a
hospital sends data to the cloud. CDA Generation API
relays the data in the CDA Header/Body in the form of
list.
The items included in CDA Header are: PatientID,
BirthDate, Gender, Name, and FatherName. In CDA Body,
the following items are included: Problem, Medication,
Laboratory, Immunization, and so on. The data sent to
the CDA Generation API are packaged in CDA Header Set
and CDA Body Set and relayed to CDA Generator, which
retrieves a CCD template from Template Manager and
fills in the appropriate fields of the CCD template with
the data from the CDA Header/Body sets.
The generated CDA document is inspected by the
CDA Validator to check the CDA standards. After
inspection, the CDA document is returned to the
recipient hospital.
3.2 CDA Integration System based on Cloud
Computing
The integration of multiple CDA documents are
integrated into one in our CDA Document Integration
System as shown in the Fig. 2. The standard for this is
Korean Standard for CDA Referral and Reply Letters
(Preliminary Version). Templates that generate a CDA
use CCD part of Consolidated CDA was released by ONC
and made by HL7. But, the actually generated CDA has a
form of CDA Referral and Reply Letters.
The rationale for CDA document integration is given
below [21]. When CDA-based HIE (Health Information
Exchange) is perfectly used among hospitals, the
number of CDA documents corresponding to each
patient increases in time. Physicians need to spend a
significant portion of their time on viewing these
documents for making clinical decisions.
In Korea, physician’s consultation time spent per
patient is very less since the insurance model is fee-for-
service. Chronic patients are mainly very likely to have
been consulted by multiple doctors, in different
hospitals. In this case, CDA documents will be scattered
in many different locations. Therefore, multiple CDA
documents needs to be integrated into single CDA
document. If the clinical history of a patient is available
in a single CDA document, the doctor’s time can be more
efficiently used. This is evident when a patient is being
referred to a other hospitals or when a referral reply
letter is forwarded. Our survey of doctors shows that
displaying each section in chronological order helps
improve the quality of care. The exisiting system shows
how we integrate CDA documents on a cloud server so
that any of existing systems can be easily extended to
generate integrated CDA documents.
In the hospital, the CDA documents to be integrated
are processed through our CDA Integration Interface.
The CDA Integration API in cloud relays each CDA
document sent to the cloud to the CDA Parser, that
converts each input CDA document to an XML object and
analyzes the CDA header and groups them by each
patient ID. The CDA Document Integrator integrates the
given multiple CDA documents into a single CDA
document. In this process, the data in the same section
of xml coded part in the document body are merged,
using the LOINC values that differentiates each section
in the CDA document.
Fig -1: CDA Generation and Integration in Cloud
The integrated CDA document is checked for error in
the CDA Validator, and the result is returned as string to
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056
VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2002
the hospital that requested CDA document integration.
This is because the CDA Integration System and the CDA
Generation System are separate different entities, and a
new CDA document is made after document integration,
hence it is mandatory to determine whether the new
document complies with the CDA document integration,
mainly whether there is any missing element, or the
format is wrong. Error messages are returned when the
missing element is found. And then the received string is
converted to a CDA document file and saved. The
validation process happening at the CDA Validator is
based on the CDA schema. An error is returned when a
required field has been left blank or the wrong data type
has been used.
4.PROPOSED METHODOLOGY
The objective of our system is to generate the PDF
format for the generated and integrated CDA Documents
for the use of Patients. This conversion takes places in
the CDA Generation and Integration Interface located in
the HIS systems of the hospitals. Also, we have included
an other attribute in the CDA Header like Aadhar
number applicable in India to generate the unique ID in
the cloud to create security of information residing in
the cloud.
Our cloud computing based CDA generation and
integration system has a few pronounced advantages
over other existing projects. First, hospitals do not have
to purchase propriety software to generate and integrate
CDA documents and bear the cost as before. Second, our
service is readily applicable to various developer
platforms because an Open API is to drive our CDA
document generation and integration system.
Regardless of the type of the platform, CDA documents
can be easily generated to support interoperability.
Finally, the integrated CDA Documents is converted to
PDF format.
4.1 Registration and Appointment
Users in the hospital environment will have an initial
registration in the web end. The server in turn stores the
information in its database. Now the patient login and fix
appointment to the Doctor by mentioning time and date
of the appointment, disease, specialist and name of the
doctor. Each Doctor views their appointment in their
appointment page.
Fig -2: Registration and Appointment
4.2 Patient Report Generation
Doctor view the patient information such as disease,
symptoms etc. If it necessary patient is advised to take
lab test. Lab Technician provides test result to patient.
Based on test result, Doctor suggests prescription to the
patient, and also patient health history should be
maintained in appropriate hospital database. Doctor can
view patient health history before he suggests
prescription to the patient.
Fig -3: Patient Report Generation
4.3 CDA Generation
In this module patient health informations are send
to the cloud server. Now the cloud server will generate
unique id for every users based on patient name, father
name, date of birth and additionally Aadhar card
number using PJW Hash Algorithm. If already id exist
then the patient details will be appended with patients
clinical history else new CDA document will be
generated.
Fig -4: CDA Generation
4.4 Parsing CDA Document
In this module the new patient enter into hospital no
need to give details about the disease and symptoms.
The patient history already maintained in cloud server
so we can get the patient histories by using key it is
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056
VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2003
retrieve from patient personal details. The patient
histories maintained in document which is contains
patient clinical histories (hospital name, disease,
prescription).
Fig -5: Parsing CDA Document.
4.5 Converting CDA Document to PDF
The parsed CDA Documents are received at the HIS
system where the documents are converted into PDF for
the personal use of the patient. To do this, we need to
add an application called PDF conversion interface. This
can be simply extended with the existing software where
the entities like CDA Document Generation and
Integration resides.
5. CONCLUSION
We establish an efficient way of generating the PDF
format for the generated and integrated CDA Documents
for the use of Patients. Our cloud computing based CDA
generation and integration system has a few pronounced
advantages over other existing projects. First, hospitals
do not have to purchase propriety software to generate
and integrate CDA documents and bear the cost as
before. Second, our service is readily applicable to
various developer platforms because an Open API is to
drive our CDA document generation and integration
system. Regardless of the type of the platform, CDA
documents can be easily generated to support
interoperability. Also, additionally the integrated CDA
Documents of the patient is converted into the PDF
format for the use by Patients. Thus, the time is saved for
the doctors in taking medical decisions at emergency
times and deliver the correct health care as the medical
records are in chronological order.
6. REFERENCES
[1] M. Eichelberg, T. Aden, J. Riesmeier, A. Dogac, and
Laleci, “A survey and analysis of electronic
healthcare record standards,” ACM Comput. Surv.,
vol. 37, no. 4, pp. 277–315, 2005.
[2] T. Benson, Principles of Health Interoperability HL7
and SNOMED. In New York, NY, USA: Spinger,
2009.
[3] J. Lahteenmaki, J. Leppanen, and H. Kaijanranta,
“Interoperability of personal health records,” in
Proc. IEEE 31st Annu. Inter. Conf. Eng. Med. Biol.
Soc., pp. 1726–1729, 2009.
[4] R. H. Dolin, L. Alschuler, C. Beebe, P. V. Biron, S. L.
Boyer, D. Essin, E. Kimber, T. Lincoln, and J. E.
Mattison, “The HL7 Clinical Document
Architecture,” J. Am. Medi. Inform. Assoc., vol. 8, pp.
552–569, 2001.
[5] R. H. Dolin, L. Alschuler, S. Boyer, C. Beebe, F. M.
Behlen, P. V. Biron, and A. Shabo, “The HL7 Clinical
Document Architecture,” J. Am. Medi. Inform.
Assoc., vol. 13, no. 1, pp. 30–39, 2006.
[6] K. Huang, S. Hsieh, Y. Chang, F. Lai, S. Hsieh, and H.
Lee, “Application of portable cda for secure clinical-
document exchange,” J. Med. Syst., vol. 34, no. 4, pp.
531–539, 2010.
[7] C. Mart_ınez-Costa, M. Men_arguez-Tortosa, and J.
Tom, “An approach for the semantic
interoperability of ISO EN 13606 and Open EHR
archetypes,” J. Biomed. Inform., vol. 43, no. 5, pp.
736–746, Oct. 2010.
[8] MR. Santos, MP. Bax, and D. Kalra, “Building a
logical HER architecture based on ISO 13606
standard and semantic web technologies,” Studies
Health Technol. Informat., vol. 160, pp. 161– 165,
2010.
[9] K. Ashish, D. Doolan, T. Scott, and D. W. Bates, “The
use of health information technology in seven
nations,”Int. J. Med. Informat., vol. 77, no. 12, pp.
848–854, 2008.
[10] K. Ashish, “Meaningful use of electronic health
records the road ahead,”JAMA, vol. 304, no. 10, pp.
1709–1710, 2010.
[11] S. M. Huff, R. A. Rocha, T. Fiers, W. D. Bidgood, A. W.
Forrey, W. G. Francis, W. R. Tracy, D. Leavelle, F.
Stalling, B. Griffin, P. Maloney, D. Leland, L. Charles
and K. Hutchins, “Development of the logical
observation identifier names and codes (loinc)
vocabulary,” J. Am. Med. Inform. Assoc., vol. 5, pp.
276–292, 1998.
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056
VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2004
[12] J. D. D’Amore, D. F. Sittig, A. Wright, M. S. Iyengar,
and R. B. Ness, “The promise of the CCD:
Challenges and opportunity for quality
improvement and population health,” in Proc.
AMIA Annu. Symp. Proc., pp. 285–294, 2011.
[13] KS X 7504 Korean Standard for CDA Referral
Letters (Preliminary Version)
[14] KS X 7505 Korean Standard for CDA Reply Letters
(Preliminary Version)
[15] M. Armbrust, A. D. Joseph, R. Katz, A. Konwinski, G.
Lee, D. Patterson, A. Rabkin, Stoica, and M. Zaharia,
“A view of cloud computing,” Commun. ACM, vol.
53, no. 4, pp. 50–58, 2010.
[16] S. Lee, J. Song, and I. Kim, “Clinical document
architecture integration system to support patient
referral and reply letters,” Health Informat. J.,
Published online before print Jun. 2014.
[17] S. Lee, J. Song, and I. Kim, “Clinical document
architecture integration system to support patient
referral and reply letters,” Health Informat. J.,
Published online before print Jun. 2014.

More Related Content

What's hot

Addressing the Healthcare Connectivity Challenge
Addressing the Healthcare Connectivity ChallengeAddressing the Healthcare Connectivity Challenge
Addressing the Healthcare Connectivity ChallengeTodd Winey
 
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...A Proposed Security Architecture for Establishing Privacy Domains in Systems ...
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...IJERA Editor
 
IHE / RSNA Image Sharing Project - IHE Colombia Workshop (12/2014) Module 5a
IHE / RSNA Image Sharing Project - IHE Colombia Workshop (12/2014) Module 5aIHE / RSNA Image Sharing Project - IHE Colombia Workshop (12/2014) Module 5a
IHE / RSNA Image Sharing Project - IHE Colombia Workshop (12/2014) Module 5aIHE Brasil
 
Quest Diagnostics -- Ask at Order Entry Insight 20140707
Quest Diagnostics -- Ask at Order Entry Insight 20140707Quest Diagnostics -- Ask at Order Entry Insight 20140707
Quest Diagnostics -- Ask at Order Entry Insight 20140707Keith Drake
 
Quest Diagnostics -- Test Compendium Framework for eDOS
Quest Diagnostics -- Test Compendium Framework for eDOSQuest Diagnostics -- Test Compendium Framework for eDOS
Quest Diagnostics -- Test Compendium Framework for eDOSKeith Drake
 
Speeding up Healthcare Application with HTTP/2
Speeding up Healthcare Application with HTTP/2Speeding up Healthcare Application with HTTP/2
Speeding up Healthcare Application with HTTP/2CitiusTech
 
HL7 Clinical Document Architecture: Overview and Applications
HL7 Clinical Document Architecture: Overview and ApplicationsHL7 Clinical Document Architecture: Overview and Applications
HL7 Clinical Document Architecture: Overview and ApplicationsNawanan Theera-Ampornpunt
 
Clinical Document Architecture Implementations - Lessons Learnt to Date
Clinical Document Architecture Implementations - Lessons Learnt to DateClinical Document Architecture Implementations - Lessons Learnt to Date
Clinical Document Architecture Implementations - Lessons Learnt to DateHealth Informatics New Zealand
 
A study on significance of adopting cloud computing paradigm in healthcare se...
A study on significance of adopting cloud computing paradigm in healthcare se...A study on significance of adopting cloud computing paradigm in healthcare se...
A study on significance of adopting cloud computing paradigm in healthcare se...cloud100
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenAbdul-Malik Shakir
 
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...IRJET Journal
 
ICD-10 Presentation to Bays Medical Society January 2014
ICD-10 Presentation to Bays Medical Society January 2014ICD-10 Presentation to Bays Medical Society January 2014
ICD-10 Presentation to Bays Medical Society January 2014Florida Blue
 
eArchiDoc For Hospitals
eArchiDoc For HospitalseArchiDoc For Hospitals
eArchiDoc For HospitalsChirag Jain
 
Hl7 v2 messaging conformance jan 2011
Hl7 v2 messaging conformance jan 2011Hl7 v2 messaging conformance jan 2011
Hl7 v2 messaging conformance jan 2011Abdul-Malik Shakir
 

What's hot (20)

Addressing the Healthcare Connectivity Challenge
Addressing the Healthcare Connectivity ChallengeAddressing the Healthcare Connectivity Challenge
Addressing the Healthcare Connectivity Challenge
 
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...A Proposed Security Architecture for Establishing Privacy Domains in Systems ...
A Proposed Security Architecture for Establishing Privacy Domains in Systems ...
 
Ibrahem
IbrahemIbrahem
Ibrahem
 
IHE / RSNA Image Sharing Project - IHE Colombia Workshop (12/2014) Module 5a
IHE / RSNA Image Sharing Project - IHE Colombia Workshop (12/2014) Module 5aIHE / RSNA Image Sharing Project - IHE Colombia Workshop (12/2014) Module 5a
IHE / RSNA Image Sharing Project - IHE Colombia Workshop (12/2014) Module 5a
 
rHealth2016 Pid05
rHealth2016 Pid05rHealth2016 Pid05
rHealth2016 Pid05
 
Quest Diagnostics -- Ask at Order Entry Insight 20140707
Quest Diagnostics -- Ask at Order Entry Insight 20140707Quest Diagnostics -- Ask at Order Entry Insight 20140707
Quest Diagnostics -- Ask at Order Entry Insight 20140707
 
Quest Diagnostics -- Test Compendium Framework for eDOS
Quest Diagnostics -- Test Compendium Framework for eDOSQuest Diagnostics -- Test Compendium Framework for eDOS
Quest Diagnostics -- Test Compendium Framework for eDOS
 
Speeding up Healthcare Application with HTTP/2
Speeding up Healthcare Application with HTTP/2Speeding up Healthcare Application with HTTP/2
Speeding up Healthcare Application with HTTP/2
 
HL7 Clinical Document Architecture: Overview and Applications
HL7 Clinical Document Architecture: Overview and ApplicationsHL7 Clinical Document Architecture: Overview and Applications
HL7 Clinical Document Architecture: Overview and Applications
 
hudl
hudlhudl
hudl
 
Integrating the Healthcare Enterprise (IHE)
Integrating the Healthcare Enterprise (IHE)Integrating the Healthcare Enterprise (IHE)
Integrating the Healthcare Enterprise (IHE)
 
Clinical Document Architecture Implementations - Lessons Learnt to Date
Clinical Document Architecture Implementations - Lessons Learnt to DateClinical Document Architecture Implementations - Lessons Learnt to Date
Clinical Document Architecture Implementations - Lessons Learnt to Date
 
A study on significance of adopting cloud computing paradigm in healthcare se...
A study on significance of adopting cloud computing paradigm in healthcare se...A study on significance of adopting cloud computing paradigm in healthcare se...
A study on significance of adopting cloud computing paradigm in healthcare se...
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level seven
 
HL7 Standards
HL7 StandardsHL7 Standards
HL7 Standards
 
Ibm and zato health
Ibm and zato healthIbm and zato health
Ibm and zato health
 
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
IRJET- Privacy, Access and Control of Health Care Data on Cloud using Recomme...
 
ICD-10 Presentation to Bays Medical Society January 2014
ICD-10 Presentation to Bays Medical Society January 2014ICD-10 Presentation to Bays Medical Society January 2014
ICD-10 Presentation to Bays Medical Society January 2014
 
eArchiDoc For Hospitals
eArchiDoc For HospitalseArchiDoc For Hospitals
eArchiDoc For Hospitals
 
Hl7 v2 messaging conformance jan 2011
Hl7 v2 messaging conformance jan 2011Hl7 v2 messaging conformance jan 2011
Hl7 v2 messaging conformance jan 2011
 

Similar to Mapping CDA Documents for Health Information Exchange from Multiple Hospitals using Cloud Computing System

Cda generation and integration for health information exchange based on cloud...
Cda generation and integration for health information exchange based on cloud...Cda generation and integration for health information exchange based on cloud...
Cda generation and integration for health information exchange based on cloud...ieeepondy
 
An Adaptive Technique in Electronic Health Record for Clinical Decision Makin...
An Adaptive Technique in Electronic Health Record for Clinical Decision Makin...An Adaptive Technique in Electronic Health Record for Clinical Decision Makin...
An Adaptive Technique in Electronic Health Record for Clinical Decision Makin...ijtsrd
 
CLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATION
CLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATIONCLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATION
CLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATIONijdpsjournal
 
CDSS implementation with CDA generation and integration for health informatio...
CDSS implementation with CDA generation and integration for health informatio...CDSS implementation with CDA generation and integration for health informatio...
CDSS implementation with CDA generation and integration for health informatio...ijtsrd
 
HL7 3.0 Clinical Interoperability to Improve Quality and the point of care EH...
HL7 3.0 Clinical Interoperability to Improve Quality and the point of care EH...HL7 3.0 Clinical Interoperability to Improve Quality and the point of care EH...
HL7 3.0 Clinical Interoperability to Improve Quality and the point of care EH...Gunjan Patel
 
An Data Center Solution Architecture Architecture For Advanced Healthcare Mon...
An Data Center Solution Architecture Architecture For Advanced Healthcare Mon...An Data Center Solution Architecture Architecture For Advanced Healthcare Mon...
An Data Center Solution Architecture Architecture For Advanced Healthcare Mon...ijceronline
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...hiij
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...hiij
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...hiij
 
Role of Cloud Computing in Healthcare Systems
Role of Cloud Computing in Healthcare SystemsRole of Cloud Computing in Healthcare Systems
Role of Cloud Computing in Healthcare Systemsijtsrd
 
Smart and Secure Healthcare Administration over Cloud Environment
Smart and Secure Healthcare Administration over Cloud EnvironmentSmart and Secure Healthcare Administration over Cloud Environment
Smart and Secure Healthcare Administration over Cloud EnvironmentIRJET Journal
 
iEHR.eu IHIC 2012 Paper
iEHR.eu IHIC 2012 PaperiEHR.eu IHIC 2012 Paper
iEHR.eu IHIC 2012 Paperiehreu
 
IRJET- A Survey on Big Data Frameworks and Approaches in Health Care Sector
IRJET- A Survey on Big Data Frameworks and Approaches in Health Care SectorIRJET- A Survey on Big Data Frameworks and Approaches in Health Care Sector
IRJET- A Survey on Big Data Frameworks and Approaches in Health Care SectorIRJET Journal
 
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...IRJET Journal
 
STANDARDIZATION OF CLINICAL DOCUMENTS THROUGH HL7 - FHIR FOR COLOMBIA
STANDARDIZATION OF CLINICAL DOCUMENTS THROUGH HL7 - FHIR FOR COLOMBIASTANDARDIZATION OF CLINICAL DOCUMENTS THROUGH HL7 - FHIR FOR COLOMBIA
STANDARDIZATION OF CLINICAL DOCUMENTS THROUGH HL7 - FHIR FOR COLOMBIAijcsit
 
Standardization of Clinical Documents Through HL7 - FHIR for Colombia
Standardization of Clinical Documents Through HL7 - FHIR for ColombiaStandardization of Clinical Documents Through HL7 - FHIR for Colombia
Standardization of Clinical Documents Through HL7 - FHIR for ColombiaAIRCC Publishing Corporation
 
Standardization of Clinical Documents Through HL7 - FHIR for Colombia
Standardization of Clinical Documents Through HL7 - FHIR for ColombiaStandardization of Clinical Documents Through HL7 - FHIR for Colombia
Standardization of Clinical Documents Through HL7 - FHIR for ColombiaAIRCC Publishing Corporation
 
IRJET - Healthcare Data Storage using Blockchain
IRJET - Healthcare Data Storage using BlockchainIRJET - Healthcare Data Storage using Blockchain
IRJET - Healthcare Data Storage using BlockchainIRJET Journal
 
Virtual data integration for a clinical decision support systems
Virtual data integration for a clinical decision support systems Virtual data integration for a clinical decision support systems
Virtual data integration for a clinical decision support systems IJECEIAES
 
Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2IAEME Publication
 

Similar to Mapping CDA Documents for Health Information Exchange from Multiple Hospitals using Cloud Computing System (20)

Cda generation and integration for health information exchange based on cloud...
Cda generation and integration for health information exchange based on cloud...Cda generation and integration for health information exchange based on cloud...
Cda generation and integration for health information exchange based on cloud...
 
An Adaptive Technique in Electronic Health Record for Clinical Decision Makin...
An Adaptive Technique in Electronic Health Record for Clinical Decision Makin...An Adaptive Technique in Electronic Health Record for Clinical Decision Makin...
An Adaptive Technique in Electronic Health Record for Clinical Decision Makin...
 
CLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATION
CLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATIONCLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATION
CLOUD-BASED DEVELOPMENT OF SMART AND CONNECTED DATA IN HEALTHCARE APPLICATION
 
CDSS implementation with CDA generation and integration for health informatio...
CDSS implementation with CDA generation and integration for health informatio...CDSS implementation with CDA generation and integration for health informatio...
CDSS implementation with CDA generation and integration for health informatio...
 
HL7 3.0 Clinical Interoperability to Improve Quality and the point of care EH...
HL7 3.0 Clinical Interoperability to Improve Quality and the point of care EH...HL7 3.0 Clinical Interoperability to Improve Quality and the point of care EH...
HL7 3.0 Clinical Interoperability to Improve Quality and the point of care EH...
 
An Data Center Solution Architecture Architecture For Advanced Healthcare Mon...
An Data Center Solution Architecture Architecture For Advanced Healthcare Mon...An Data Center Solution Architecture Architecture For Advanced Healthcare Mon...
An Data Center Solution Architecture Architecture For Advanced Healthcare Mon...
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
 
Role of Cloud Computing in Healthcare Systems
Role of Cloud Computing in Healthcare SystemsRole of Cloud Computing in Healthcare Systems
Role of Cloud Computing in Healthcare Systems
 
Smart and Secure Healthcare Administration over Cloud Environment
Smart and Secure Healthcare Administration over Cloud EnvironmentSmart and Secure Healthcare Administration over Cloud Environment
Smart and Secure Healthcare Administration over Cloud Environment
 
iEHR.eu IHIC 2012 Paper
iEHR.eu IHIC 2012 PaperiEHR.eu IHIC 2012 Paper
iEHR.eu IHIC 2012 Paper
 
IRJET- A Survey on Big Data Frameworks and Approaches in Health Care Sector
IRJET- A Survey on Big Data Frameworks and Approaches in Health Care SectorIRJET- A Survey on Big Data Frameworks and Approaches in Health Care Sector
IRJET- A Survey on Big Data Frameworks and Approaches in Health Care Sector
 
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...
HEALTHCHAIN: A Patient Centric Blockchain Based Web Application For Maintaini...
 
STANDARDIZATION OF CLINICAL DOCUMENTS THROUGH HL7 - FHIR FOR COLOMBIA
STANDARDIZATION OF CLINICAL DOCUMENTS THROUGH HL7 - FHIR FOR COLOMBIASTANDARDIZATION OF CLINICAL DOCUMENTS THROUGH HL7 - FHIR FOR COLOMBIA
STANDARDIZATION OF CLINICAL DOCUMENTS THROUGH HL7 - FHIR FOR COLOMBIA
 
Standardization of Clinical Documents Through HL7 - FHIR for Colombia
Standardization of Clinical Documents Through HL7 - FHIR for ColombiaStandardization of Clinical Documents Through HL7 - FHIR for Colombia
Standardization of Clinical Documents Through HL7 - FHIR for Colombia
 
Standardization of Clinical Documents Through HL7 - FHIR for Colombia
Standardization of Clinical Documents Through HL7 - FHIR for ColombiaStandardization of Clinical Documents Through HL7 - FHIR for Colombia
Standardization of Clinical Documents Through HL7 - FHIR for Colombia
 
IRJET - Healthcare Data Storage using Blockchain
IRJET - Healthcare Data Storage using BlockchainIRJET - Healthcare Data Storage using Blockchain
IRJET - Healthcare Data Storage using Blockchain
 
Virtual data integration for a clinical decision support systems
Virtual data integration for a clinical decision support systems Virtual data integration for a clinical decision support systems
Virtual data integration for a clinical decision support systems
 
Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 

Recently uploaded (20)

EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 

Mapping CDA Documents for Health Information Exchange from Multiple Hospitals using Cloud Computing System

  • 1. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056 VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1998 Abstract - Maintenance of Electronic Health Record helps improve patient safety and quality of care, but to do that we need the operation of interoperability between Health Information Exchange at different hospitals. The Clinical Document Architecture (CDA) established by HL7 is a core document standard to ensure such interoperability. Unfortunately, hospitals refuses to adopt interoperable HIS due to its deployment cost. More problem arises when all hospitals start using the CDA document format because the data scattered in many documents are difficult to manage. In this paper, we describe our CDA document generation and integration which is an Open API service based on cloud computing, through which hospitals are enabled to conveniently generate CDA documents without having to purchase software. Our CDA document integration system integrates multiple CDA documents per patient into a single CDA and physicians and patients can browse the clinical data in chronological order. Our system of CDA document generation and integration is based on cloud computing and the service is offered through Open API. Developers using different platforms thus can use our system to enhance interoperability. Key Words: Electronic Health Record, health information exchange, HL7, CDA, cloud computing, SaaS 1.INTRODUCTION The health information that consists health of the patient, health care provided to that patient as well as the reaction of the patient to the provided healthcare can be stored as electronic health information in the form of longitudinal collection, thus forming an Electronic Health Record (EHR) [1]. Therefore, the implementation of HIE system is made to ensure successful maintenance of EHR [2]. But there is also a problem of incompatibility between systems and also there are different characteristics involved in HIS [3], [4]. Thus, there is a need to standardize the health information exchange between hospitals ensuring interoperability over health information. Therefore, the core of guaranteeing interoperability is to standardize the clinical document. The major standard for clinical documents is CDA which was established by Health Level Seven (HL7). CDA is the core document standard, an XML document which holds the structure and semantics of clinical documents for health information exchange. The first version of CDA was released on 2001 and it's second version was released on 2005. Many countries have done many successful projects adopting CDA [7], [8], [9]. To improve semantic interoperability, many active works are done based on openEHR and CEN3606 [10], [11]. More HIE system has to support CDA to establish confidence in interoperable Health Information Exchange. Moreover, the structure of CDA is too complex and the correct CDA Document production is difficult without the good understanding of the CDA standard and enough experience with it. Also, the HIS development platforms for hospitals differ so greatly in such a way that generation of CDA documents in every hospital invariably requires a separate CDA generation system. In addition to that, hospitals refuses to adopt a new system unless it is perfectly necessary for delivery of care. As a result, except for only few handful countries like New Zealand or Australia, the adoption rate of EHR is too low [12]. To promote EHR adoption among hospitals, the USA government had implemented an incentive program called the Meaningful Use Program [13]. Swathi.J1, Sharmila.B2, Reena.R3 and Kapila Vani.R.K4, 1,2 Department of Computer Science and Engineering, Prince Shri Venkateshwara Padmavathy Engineering College, Chennai, India 3Assistant Professor,Department of Computer Science and Engineering, Prince Shri Venkateshwara Padmavathy Engineering College, Chennai, India 4Assistant Professor,Department of Computer Science and Engineering, Prince Dr. K. Vasudevan College of Engineering and Technology, Chennai, India ----------------------------------------------------------------------------****------------------------------------------------------------------------ Mapping CDA Documents for Health Information Exchange from Multiple Hospitals using Cloud Computing System
  • 2. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056 VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1999 A CDA document which has the record for the diagnosis is generated, when a patient is diagnosed at a clinic. This CDA document will be shared with other hospitals if the patient agrees. A person or an patient may shift his location from one place to another hence it is common for a that patient to visit a number of different hospitals for check-in or treatment. The exchange of CDA document is invoked in the following cases: when a medical personnel needs to study a patient’s medical history; when referral and reply letters are drafted for a patient cared by multiple hospitals; when a patient is in emergency and the medical history needs to be reviewed. It takes a huge amount of time for the medical personnel because the amount of exchanged CDA document increases because more documents means that data are distributed in different documents. This definitely delays the medical personnel in making decisions. Therefore, when all the CDA documents are integrated into a single document, the medical personnel is motivated to view the patient’s medical history conveniently in chronological order per clinical section and the corresponding care service can be provided more effectively. Sadly for now, a solution that integrates multiple CDA documents into one do not exist yet to the best of our knowledge and there is a practical limitation for individual hospitals to develop and implement a CDA document integration interface. In this paper we show (1) a CDA document generation system that generates CDA documents on different developing platforms for the interface to be platform independent and (2) a CDA document integration system that integrates multiple CDA documents scattered in different hospitals for each patient. The benefits of implementing this system are as follows. First, the system can be accessed through an Open API and developers can continue working on their developer platforms they are specialized for example Java, .NET, or C/C++. Hospital systems can simply extend their existing system instead of completely replacing it with a new system. Second, the hospitals do not have to train their personnel to generate, integrate, and view standard-compliant CDA documents. The cloud based CDA generation service produces documents in the CDA format approved by the National Institute of Standards and Technology (NIST) [14]. Third, as these services are provided free of cost at low price to hospitals, existing Electronic Health Record are more likely to consider adoption of CDA in their practices. This paper is organized as follows. In Section 2, we have provided with a detailed explanations on the format of CDA document, cloud computing, and the overall architecture of our proposed system. Section 3 describes the effectivity of the proposed system and contrasts it to different HIE systems in various countries to improve the strength of our system. 2.MATERIALS IMPLEMENTED In this section, we present the necessary techniques in detail for the design, and explain the implementation of our CDA generation and integration system based on cloud computing. 2.1 The CDA Document American Nation Standards Institute approved the HL7 Clinical Document Architecture Release 2 (CDA R2) in May 2005, where CDA is an XML-based document markup standard that specifies the structure and semantics of clinical documents, and its primary purpose is to facilitate clinical document exchanges between heterogeneous software systems. A CDA document is divided into its header and body. The header has a defined structure and it includes information about the patient, hospital, physician, etc. The body part is flexible than the header and contains various clinical data. Each piece of clinical data is allocated a section and given a code as defined in the Logical Observation Identifiers Names and Codes (LOINC) [15]. Different subcategories are inserted in a CDA document depending on the purpose of the document, and we chose the Continuity of Care Document (CCD) [16] because it contains the health summary data for the patient and it is also widely used for interoperability. Types of data included in CCD are listed in Table 1. We chose the Korean Standard for CDA Referral and Reply Letters (Preliminary Version) format for CDA integration system as the number of clinical documents generated when patients are referred and replies made, is large [17], [18]. It has the identical structure as the CCD and the types of data contained in the body are listed in Table 2.
  • 3. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056 VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2000 2.2 Cloud Computing Cloud computing is defined as using a network of remote servers, hosted in the Internet that helps to store, manage, and process data, rather than a local server or a personal computer. It refers to the applications delivered as services over the Internet and software in the data centers that provide those services [19]. The user pays fee depending on the amount of resources allocated, such as network, server, storage, applications and services. Currently, three major types of cloud computing services exist: 1. Software as a Service (SaaS): It is a software distributed model where the third-party provider hosts all the applications and makes them available to customers through the Internet. 2. Platform as a service (PaaS): It is a category of cloud computing services that provides a platform for allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app. 3. Infrastructure as a Service (IaaS): It is a form of cloud computing that provides virtualized computing resources over the Internet. In this paper, we chose Amazon Cloud, a widely used cloud service [20], and provide the CDA generation and integration system as SaaS. 3.CURRENT METHODOLOGY In the existing methodology, the CDA Documents generated in the cloud using the HIS system where the CDA Generation and Integration interface to connect with the APIs of both Generation and Integration residing in the cloud server. 3.1 CDA Generation System based on Cloud Computing The overall architecture of how CDA documents are generated on the health information systems of different hospitals by using our cloud computing-based CDA generation system is shown in the Fig. 1. To show that it is easy to generate CDA documents on a variety of platforms if done via cloud we have demonstrated using two Hospitals - Hospital A and Hospital B. The purpose of each of the components is as follows:  CDA Generation API generates CDA documents on cloud.  CDA Generation Interface makes use of the API provided by the cloud and relays the input data and receives CDA documents generated in the cloud.  Template Manager is responsible to manage the CDA documents generated in the cloud server. Our system uses CCD document templates.  CDA Generator collects patient data from hospitals and generates CDA documents in the correct format which is been suggested by the Template Manager.  CDA Validator inspects whether the generated CDA document complies with the CDA schema standard.
  • 4. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056 VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2001 The DBMS maintained by each hospital and the HIS are linked as follows: Hospital A, using a .Net-based system is connected via ODBC to connect to the DBMS while Hospital B, which uses a JAVA-based system, is linked with Hibernate. At a hospital, the medical information of patient, hospital, and physician is entered using CDA Generation Interface and it is sent to the cloud server using CDA Generation API. We use SOAP (Simple Object Access Protocol) as transmission protocol to enhance interoperability among multiple HIE systems when a hospital sends data to the cloud. CDA Generation API relays the data in the CDA Header/Body in the form of list. The items included in CDA Header are: PatientID, BirthDate, Gender, Name, and FatherName. In CDA Body, the following items are included: Problem, Medication, Laboratory, Immunization, and so on. The data sent to the CDA Generation API are packaged in CDA Header Set and CDA Body Set and relayed to CDA Generator, which retrieves a CCD template from Template Manager and fills in the appropriate fields of the CCD template with the data from the CDA Header/Body sets. The generated CDA document is inspected by the CDA Validator to check the CDA standards. After inspection, the CDA document is returned to the recipient hospital. 3.2 CDA Integration System based on Cloud Computing The integration of multiple CDA documents are integrated into one in our CDA Document Integration System as shown in the Fig. 2. The standard for this is Korean Standard for CDA Referral and Reply Letters (Preliminary Version). Templates that generate a CDA use CCD part of Consolidated CDA was released by ONC and made by HL7. But, the actually generated CDA has a form of CDA Referral and Reply Letters. The rationale for CDA document integration is given below [21]. When CDA-based HIE (Health Information Exchange) is perfectly used among hospitals, the number of CDA documents corresponding to each patient increases in time. Physicians need to spend a significant portion of their time on viewing these documents for making clinical decisions. In Korea, physician’s consultation time spent per patient is very less since the insurance model is fee-for- service. Chronic patients are mainly very likely to have been consulted by multiple doctors, in different hospitals. In this case, CDA documents will be scattered in many different locations. Therefore, multiple CDA documents needs to be integrated into single CDA document. If the clinical history of a patient is available in a single CDA document, the doctor’s time can be more efficiently used. This is evident when a patient is being referred to a other hospitals or when a referral reply letter is forwarded. Our survey of doctors shows that displaying each section in chronological order helps improve the quality of care. The exisiting system shows how we integrate CDA documents on a cloud server so that any of existing systems can be easily extended to generate integrated CDA documents. In the hospital, the CDA documents to be integrated are processed through our CDA Integration Interface. The CDA Integration API in cloud relays each CDA document sent to the cloud to the CDA Parser, that converts each input CDA document to an XML object and analyzes the CDA header and groups them by each patient ID. The CDA Document Integrator integrates the given multiple CDA documents into a single CDA document. In this process, the data in the same section of xml coded part in the document body are merged, using the LOINC values that differentiates each section in the CDA document. Fig -1: CDA Generation and Integration in Cloud The integrated CDA document is checked for error in the CDA Validator, and the result is returned as string to
  • 5. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056 VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2002 the hospital that requested CDA document integration. This is because the CDA Integration System and the CDA Generation System are separate different entities, and a new CDA document is made after document integration, hence it is mandatory to determine whether the new document complies with the CDA document integration, mainly whether there is any missing element, or the format is wrong. Error messages are returned when the missing element is found. And then the received string is converted to a CDA document file and saved. The validation process happening at the CDA Validator is based on the CDA schema. An error is returned when a required field has been left blank or the wrong data type has been used. 4.PROPOSED METHODOLOGY The objective of our system is to generate the PDF format for the generated and integrated CDA Documents for the use of Patients. This conversion takes places in the CDA Generation and Integration Interface located in the HIS systems of the hospitals. Also, we have included an other attribute in the CDA Header like Aadhar number applicable in India to generate the unique ID in the cloud to create security of information residing in the cloud. Our cloud computing based CDA generation and integration system has a few pronounced advantages over other existing projects. First, hospitals do not have to purchase propriety software to generate and integrate CDA documents and bear the cost as before. Second, our service is readily applicable to various developer platforms because an Open API is to drive our CDA document generation and integration system. Regardless of the type of the platform, CDA documents can be easily generated to support interoperability. Finally, the integrated CDA Documents is converted to PDF format. 4.1 Registration and Appointment Users in the hospital environment will have an initial registration in the web end. The server in turn stores the information in its database. Now the patient login and fix appointment to the Doctor by mentioning time and date of the appointment, disease, specialist and name of the doctor. Each Doctor views their appointment in their appointment page. Fig -2: Registration and Appointment 4.2 Patient Report Generation Doctor view the patient information such as disease, symptoms etc. If it necessary patient is advised to take lab test. Lab Technician provides test result to patient. Based on test result, Doctor suggests prescription to the patient, and also patient health history should be maintained in appropriate hospital database. Doctor can view patient health history before he suggests prescription to the patient. Fig -3: Patient Report Generation 4.3 CDA Generation In this module patient health informations are send to the cloud server. Now the cloud server will generate unique id for every users based on patient name, father name, date of birth and additionally Aadhar card number using PJW Hash Algorithm. If already id exist then the patient details will be appended with patients clinical history else new CDA document will be generated. Fig -4: CDA Generation 4.4 Parsing CDA Document In this module the new patient enter into hospital no need to give details about the disease and symptoms. The patient history already maintained in cloud server so we can get the patient histories by using key it is
  • 6. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056 VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2003 retrieve from patient personal details. The patient histories maintained in document which is contains patient clinical histories (hospital name, disease, prescription). Fig -5: Parsing CDA Document. 4.5 Converting CDA Document to PDF The parsed CDA Documents are received at the HIS system where the documents are converted into PDF for the personal use of the patient. To do this, we need to add an application called PDF conversion interface. This can be simply extended with the existing software where the entities like CDA Document Generation and Integration resides. 5. CONCLUSION We establish an efficient way of generating the PDF format for the generated and integrated CDA Documents for the use of Patients. Our cloud computing based CDA generation and integration system has a few pronounced advantages over other existing projects. First, hospitals do not have to purchase propriety software to generate and integrate CDA documents and bear the cost as before. Second, our service is readily applicable to various developer platforms because an Open API is to drive our CDA document generation and integration system. Regardless of the type of the platform, CDA documents can be easily generated to support interoperability. Also, additionally the integrated CDA Documents of the patient is converted into the PDF format for the use by Patients. Thus, the time is saved for the doctors in taking medical decisions at emergency times and deliver the correct health care as the medical records are in chronological order. 6. REFERENCES [1] M. Eichelberg, T. Aden, J. Riesmeier, A. Dogac, and Laleci, “A survey and analysis of electronic healthcare record standards,” ACM Comput. Surv., vol. 37, no. 4, pp. 277–315, 2005. [2] T. Benson, Principles of Health Interoperability HL7 and SNOMED. In New York, NY, USA: Spinger, 2009. [3] J. Lahteenmaki, J. Leppanen, and H. Kaijanranta, “Interoperability of personal health records,” in Proc. IEEE 31st Annu. Inter. Conf. Eng. Med. Biol. Soc., pp. 1726–1729, 2009. [4] R. H. Dolin, L. Alschuler, C. Beebe, P. V. Biron, S. L. Boyer, D. Essin, E. Kimber, T. Lincoln, and J. E. Mattison, “The HL7 Clinical Document Architecture,” J. Am. Medi. Inform. Assoc., vol. 8, pp. 552–569, 2001. [5] R. H. Dolin, L. Alschuler, S. Boyer, C. Beebe, F. M. Behlen, P. V. Biron, and A. Shabo, “The HL7 Clinical Document Architecture,” J. Am. Medi. Inform. Assoc., vol. 13, no. 1, pp. 30–39, 2006. [6] K. Huang, S. Hsieh, Y. Chang, F. Lai, S. Hsieh, and H. Lee, “Application of portable cda for secure clinical- document exchange,” J. Med. Syst., vol. 34, no. 4, pp. 531–539, 2010. [7] C. Mart_ınez-Costa, M. Men_arguez-Tortosa, and J. Tom, “An approach for the semantic interoperability of ISO EN 13606 and Open EHR archetypes,” J. Biomed. Inform., vol. 43, no. 5, pp. 736–746, Oct. 2010. [8] MR. Santos, MP. Bax, and D. Kalra, “Building a logical HER architecture based on ISO 13606 standard and semantic web technologies,” Studies Health Technol. Informat., vol. 160, pp. 161– 165, 2010. [9] K. Ashish, D. Doolan, T. Scott, and D. W. Bates, “The use of health information technology in seven nations,”Int. J. Med. Informat., vol. 77, no. 12, pp. 848–854, 2008. [10] K. Ashish, “Meaningful use of electronic health records the road ahead,”JAMA, vol. 304, no. 10, pp. 1709–1710, 2010. [11] S. M. Huff, R. A. Rocha, T. Fiers, W. D. Bidgood, A. W. Forrey, W. G. Francis, W. R. Tracy, D. Leavelle, F. Stalling, B. Griffin, P. Maloney, D. Leland, L. Charles and K. Hutchins, “Development of the logical observation identifier names and codes (loinc) vocabulary,” J. Am. Med. Inform. Assoc., vol. 5, pp. 276–292, 1998.
  • 7. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056 VOLUME: 04 ISSUE: 02 | FEB -2017 WWW.IRJET.NET P-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2004 [12] J. D. D’Amore, D. F. Sittig, A. Wright, M. S. Iyengar, and R. B. Ness, “The promise of the CCD: Challenges and opportunity for quality improvement and population health,” in Proc. AMIA Annu. Symp. Proc., pp. 285–294, 2011. [13] KS X 7504 Korean Standard for CDA Referral Letters (Preliminary Version) [14] KS X 7505 Korean Standard for CDA Reply Letters (Preliminary Version) [15] M. Armbrust, A. D. Joseph, R. Katz, A. Konwinski, G. Lee, D. Patterson, A. Rabkin, Stoica, and M. Zaharia, “A view of cloud computing,” Commun. ACM, vol. 53, no. 4, pp. 50–58, 2010. [16] S. Lee, J. Song, and I. Kim, “Clinical document architecture integration system to support patient referral and reply letters,” Health Informat. J., Published online before print Jun. 2014. [17] S. Lee, J. Song, and I. Kim, “Clinical document architecture integration system to support patient referral and reply letters,” Health Informat. J., Published online before print Jun. 2014.