Session 1 FHIR Principles Quiz 1
Session 1 FHIR Principles Quiz 1
Session 1 FHIR Principles Quiz 1
org/learner/courseinfo
You completed this test on 24/11/2020, 23:05
Out of 46 people that took the test, you rank 2nd
Your score is 90.00%, while the average test score is 81.52%
CORRECT
CORRECT
Release 4
/
STU 3
DSTU 2
DSTU 1
R5
it is “R4 or Release 4, the latest o cial publication till date”. R5 is work in progress and will be
release in near future. See Page-4 of Session 1 reading material.
CORRECT
It is built for clinical experts and speci cation attempt to de ne good or best clinical practices
The FHIR speci cation is targeted to individuals and organizations developing software and architecting
interoperable solutions that will be using FHIR
FHIR primary focus is to provide speci cation which can help developers to understand how to
exchange data using standard format. This is achieved by Resources as format and REST API as
primary way of exchange data. See Page-5 of Session 1 reading material and
http://hl7.org/fhir/overview-clinical.html FHIR site page
INCORRECT
4. Which of the following is true for FHIR standard? Select all that apply.
Support for RESTful architectures along with other exchange mechanisms like Messages, Documents and
service-oriented architecture
/
“Less support for terminology” is not correct, in fact, FHIR does have strong and robust
mechanism for terminology through ValueSet and CodeSystem resources. See Page-5 of Session
1 reading material and http://hl7.org/fhir/summary.html#2.17.1
CORRECT
Content model
Interface engine
Communication channel
Interface Security
APIs- a collection of well-de ned interfaces for interoperating between two applications
“Content model” is simply resources. FHIR provides Resources as standard format to exchange
data and APIs (primarily REST API, though not mandatory) to exchange data. See Page-3 of
Session 1 reading material and http://hl7.org/fhir/overview-arch.html
CORRECT
6. Which of the following statement is not true about FHIR speci cation?
Dependencies between the modules are mainly upwards (like module 2 resources might have dependency
on module 3 resources)
Dependencies between the modules are mainly downwards (like module 3 resources might have
dependency on module 3 resources). See Page-12 of Session 1 reading material and
http://hl7.org/fhir/modules.html
CORRECT
7. Which of the following features are common across all resources? select all that apply.
Common metadata
/
A URL that identi es the resource
Extensibility framework
All resources inherits from base Resource and most others also inherits from DomainResource.
So, mostly all resources can have meta, text, extension elements along with their own de ned
elements. See Page-14 of Session 1 reading material and http://hl7.org/fhir/overview-dev.html
CORRECT
8. How anyone can send review comments or suggest changes for any FHIR page?
Email to HL7.org
“Propose a change” link is available on all FHIR Site pages. See Page-15 of Session 1 reading
material
CORRECT
9. Which of the following are correct about FHIR Architectural principles? Select all that apply.
FHIR works 80/20 rule where focus is on the 20% of requirements that satisfy 80% of the interoperability
needs.
FHIR resources are lean and suitable for exchange across the network
FHIR resources are understood by technical experts and non-technical people alike
All of these are part of FHIR Architectural principles. See Page-16-17 of Session 1 reading material
and http://hl7.org/fhir/overview-arch.html#principles /
CORRECT
10. Which of the following is not a categorization for FHIR resources as per FHIR Composition
framework?
Base Resources
Foundation Resources
Logical Resources
Clinical Resources
Specialized Resources
there is no Logical Resources section. See Page-19 of Session 1 reading material and
http://hl7.org/fhir/overview-arch.html#organizing