Health Cloud Accredited
Professional
Salesforce Health
Cloud Accredited
Professional
,1.If a Health Cloud administrator wanted to consume the content of an HL7 v2 C
Simple Application message, which step would they need to take?
A. Do Nothing C Health Cloud works out of the box with native HL7 message
B. Use salesforce Connect
C. Write a custom apex class to consume parse and store a native HL7 message
D. Use an HL7 broker/engine to transform the text based HL7 message into JSON
and pass it to the Health Cloud.
Answer: D
Explanation:
Health Cloud does not support native HL7 messages out of the box, so option A is
incorrect. Option B is also incorrect, because Salesforce Connect is not designed to
handle HL7 messages. Option C is possible, but it would require a lot of custom code
and maintenance, and it is not recommended by Salesforce. Option D is the best
ud
lo
option, because it uses an external HL7 broker/engine to convert the HL7 message
C
h
lt
ea
into JSON, which can be easily consumed by Health Cloud using the standard REST
H
e
rc
API or the Health Cloud Data Loader12.
fo
es
al
S
de
en
m
xa
2.Which resource within health cloud facilitates the easy exchange of data between
E
su
Health Cloud and the client Electronic Medical Records
ar
ob
A. Health Cloud has a built in HL7 integration Engine
pr
A
ra
B. Health cloud has prebuilt connections for the top ten EMR’s
pa
se
C. Health cloud has a lightning component button automatically configured to ‘Export
re
pá
re
to EMR’
-P
ud
D. Health cloud has published data mappings from commonly used HL7 message to
lo
C
h
the Health Cloud data model
lt
ea
H
Answer: D
en
m
xa
Explanation:
lE
de
Health Cloud does not have a built-in HL7 integration engine, so option A is incorrect.
as
nt
Option B is also
gu
re
P
incorrect, because Health Cloud does not have prebuilt connections for any EMRs.
s e
or
ej
Option C is incorrect, because there is no such lightning component button
M
s
La
automatically configured to export to EMR. Option D is correct, because Health Cloud
provides data mappings from commonly used HL7 messages (such as ADT, ORU,
and RDE) to the Health Cloud data model, which can help developers and integrators
map the data from external systems to Health Cloud objects and fields12.
3.What is the latest FHIR model aligned to Health Cloud?
A. V5
B. V4
C. V3
D. V1
,Answer: B
Explanation:
FHIR (Fast Healthcare Interoperability Resources) is a standard for exchanging
healthcare information electronically. FHIR V4 is the latest version of FHIR, and it is
aligned with Health Cloud3. Option A is incorrect, because there is no FHIR V5 yet.
Option C is incorrect, because FHIR V3 is an older version of FHIR that is not aligned
with Health Cloud. Option D is incorrect, because FHIR V1 is also an older version of
FHIR that is not aligned with Health Cloud.
4.When bringing in the Business identifier for patient record from external system like
EHRs, which entity is most suitable to hold that information in Health cloud?
A. Sourcesytem identifier
ud
lo
B. Contacts
C
h
lt
ea
C. Account
H
e
rc
D. Identifier
fo
es
Answer: A
al
S
de
Explanation:
en
m
xa
SourceSystemIdentifier is a custom object in Health Cloud that stores the business
E
su
identifier for patient records from external systems like EHRs3. Option B is incorrect,
ar
ob
because Contact is a standard object in Salesforce that stores the personal
pr
A
ra
information of patients or members. Option C is incorrect, because Account is a
pa
se
standard object in Salesforce that stores the organizational information of providers or
re
pá
re
payers. Option D is incorrect, because Identifier is a field on the EhrPatient object in
-P
ud
Health Cloud that stores the unique identifier for patient records within Health Cloud3.
lo
C
h
lt
ea
H
en
m
xa
5.Which two interoperability standards are support by salesforce to facilitate the
lE
de
exchange of health data? (Choose two)
as
nt
A. EDI ANSI X1- Recall Concept/Remainder 2
gu
re
P
B. FHIR V4( Fast Healthcare interoperability Resources)
s e
or
ej
C. The Direct Standard
M
s
La
D. HL7 V2- Simple Application3 C Apply to real word/Analyze / Evaluate(Health Level
Seven)
E. DICOM (Digital Imaging and communications In Medicine
Answer: B, D
Explanation:
FHIR V4 and HL7 V2 are two interoperability standards that are supported by
Salesforce to facilitate the exchange of health data32. Option A is incorrect, because
EDI ANSI X12 is a standard for exchanging business transactions, not health data.
Option C is incorrect, because The Direct Standard is a standard for secure email
communication, not health data. Option E is incorrect, because DICOM (Digital
Imaging and Communications in Medicine) is a standard for storing and transmitting
, medical images, not health data.
6.Which three medication related FHIR resources are supported in the new data
model of Health cloud (Choose Three)
A. Medical Administration
B. Medication
C. Dosage
D. Medication Dispense
E. Medical Request
Answer: B, D, E
Explanation:
FHIR V4 and HL7 V2 are two interoperability standards that are supported by
ud
lo
Salesforce to facilitate the exchange of health data32. Option A is incorrect, because
C
h
lt
ea
EDI ANSI X12 is a standard for exchanging business transactions, not health data.
H
e
rc
Option C is incorrect, because The Direct Standard is a standard for secure email
fo
es
communication, not health data. Option E is incorrect, because DICOM (Digital
al
S
de
Imaging and Communications in Medicine) is a standard for storing and transmitting
en
m
xa
medical images, not health data.
E
su
ar
ob
pr
A
ra
7.With regards to Integration/Interoperability, which three statement are true about
pa
se
health cloud? (Choose Three)
re
pá
re
A. The New clinical data model in health cloud is aligned with FHIR R4 standards.
-P
ud
B. Health cloud support data exchange with both HL7 and FHIR enabled systems.
lo
C
h
C. Most EHR (Electronic Health Record) data exchange today is still done via legacy
lt
ea
H
HL7 v2 C simple application interface.
en
m
xa
D. Health cloud has a FHIR server.
lE
de
E. The new clinical data model in Health cloud is aligned with HL7 v2-simple
as
nt
application standard.
gu
re
P
Answer: A, B, C
s e
or
ej
Explanation:
M
s
La
According to the [Health Cloud Integration and Interoperability Guide], the new clinical
data model in Health Cloud is aligned with FHIR R4 standards, which is the latest
version of the FHIR specification. Health Cloud supports data exchange with both
HL7 and FHIR enabled systems, using different methods such as MuleSoft
connectors, Salesforce APIs, or third-party integrations. Most EHR data exchange
today is still done via legacy HL7 v2 C simple application interface, which is a widely
adopted standard for exchanging clinical and administrative data. Health Cloud does
not have a FHIR server, but it can connect to external FHIR servers using APIs or
MuleSoft connectors. The new clinical data model in Health Cloud is not aligned with
HL7 v2-simple application standard, which is a different standard from FHIR.