FHIR Flashcards

1
Q

EHR

A

electronic health record - contains patient’s data digitized

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

HL7

A

small standards development organization (their community members made FHIR)

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

FHIR

A

Open-source EHR standard data model and RESTful API made for techies, not medical experts.

Only contains what’s needed for 80% of systems, nothing more to prevent bloat, remaining 20% of use cases can be developed by the individual. Almost nothing is mandatory, which makes it less interoperable.

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

FHIR stands for

A

Fast (to adopt without medical knowledge)
Healthcare
Interoperability
Resources (HTTP ones)

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

smile CDR

A

open source library for implementing FHIR in Java

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

kafka

A

open-source distributed event store and stream-processing platform

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

connectathon

A

type of event where health tech industry leaders gather to test standards as part of its development process

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

encounter

A

a doctor’s appointment or hospital stay

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

observation

A

a measurement on the patient (e.g. lab value)

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

DiagnosticReport

A

an entire health report (e.g. lab report, xray report)

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

MedicationPrescription

A

Rx for meds

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

Resource attributes

A

Metadata (ID, version, tag, profiles, etc)
Extensions (info that didn’t fit in the 80% of use cases)
Narrative (HTML presentation of resource, optional but good for interoperability)
Body (resource data)

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

FHIR encodings

A

JSON almost all the time
XML sometimes
researchers like RDF/Turtle

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

Identifier

A

datatype representing the identifier for anything, consisting of:
system (URI indicating type of identifier)
value (actual identifier)

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

FHIR IG

A

implementation guide - informal modification of FHIR spec for a specific use case

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

Code

A

Something machine-readable often used in health Consists of:

system: URI indicating the standard for this code
code: The actual code
display: Human readable display name of the code

17
Q

EMR

A

electronic medical record

18
Q

Extension

A

key-value pair of a URL to either a FHIR datatype or nested extension

19
Q

parts of a FHIR resource URL

A

Base URL (server location)
Type (of resource)
PKID

20
Q

relative vs absolute link

A

relative URL assumes the same base URL as the current resource, absolute link specifies a constant base URL regardless of where it is hosted

21
Q

expression

A

determines what attribute a search parameter references (e.g. Patient.address.state)

22
Q

string search

A

case-insensitive search, but can be an exact match (by adding “:exact” to to the query param)

23
Q

token as a query param

A

For identifiers and codes, query specifies the URI as a query param then the ID directly after it separated by a pipe (e.g. “identifier=http://foo|123”)

24
Q

reference chaining

A

using expressions as a query param

(e.g. “[resource]?patient.name=Smith”

25
Q

EMR

A

electronic medical record - similar to EHR but contains only the information that would be found on a paper chart and are not as interoperable (may need to be faxed)

26
Q

US Core Implementation Guide

A

IG made to allow phone apps to connect to EMRs/EHRs that has all basic resources for interoperability in the US

27
Q

Argonaut Project

A

FHIR’s project to solidify the US Core IG

28
Q

Carin IG

A

IG by carin (organization that lets consumers access health data) for consumer directed exchange of data

29
Q

Gravity Project

A

IG project to incorporate social determinants of health into EHRs

30
Q

IPS

A

International Patient Summary project to meaningfully summarize health data for global use, mostly for Europe across borders