Must Study Flashcards

1
Q

Know all resource names, examples, purpose, and location/where to find

A

HL7.org/fhir/r4/resourceguide.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is modified (!?)

A

Don’t ignore. Could change the meaning of the resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Must Support (S)

A

Must be supported in some way, as defined by Profile.
Doesn’t mean it’s mandatory. Mandatory is only required by cardinality.
Just needs to be supported

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ValueSet

A

Resource element binds with ValueSet.
ValueSet connects to CodeSystem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Binding

A

binding refers to the requirements a resource has to its ValueSet, and how strong that binding is

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Binding strengths

A

Required
Extensible
Preferred
Example

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

FHIR codes

A

Can use the existing FHIR codes, make your own, or use both.
Should not modify existing FHIR codes — create your own CodeSystem and put your new ones there

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Resource and Element names are Case Sensitive

A

Case Sentitive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Value[x] =

A

Multiple types of

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

FHIR elements are never empty

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Element order

A

XML - must be in order
JSON - any order

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Resource Hierarchy

A

Resource -> DomainResources -> all other resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Narrative

A

Text for human for DomainResource, can include multiple hidden languages
Must include all info necessary for human to fully understand a resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Extension

A

Your own custom element
Is a element, not a resource
Can be ignored, unless it is a modifier extension

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Any FHIR resource or element can have extension

A

Comes from Element Base Type
Extension is an element, NOT a resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Validators

A

Schema
Schematron
StructureDefinition (best one)

17
Q

Session 0, 1, and 2 is 60% of exam

A
18
Q

CapabilityStatement

A

Most important resource for FHIR
If nothing else, this MUST come from server and be present

19
Q

Module names, purposes, and resources

A