Smile CDR Flashcards
1
Q
server software
A
software that communicates between client and web server’s database
2
Q
CDR
A
clinical data repository
3
Q
clients
A
patient apps, clinician apps, research apps
4
Q
hapi-fhir
A
most widely used implementation of FHIR standard for Java
5
Q
Smile CDR
A
health server software that builds on hapi-fhir but scalable with security, web UI with configurables, integrations with other services
6
Q
instance of Smile CDR
A
server app running w/ 2 databases: FHIR storage (medical data), and cluster manager database (config info for server)
7
Q
real-time ingress methods
A
Submitting through a FHIR REST client Entry through an EMR (lab) system with HL7 Channel import (e.g. Kafka) common for enterprises to move data out-of-order
8
Q
bulk import methods
A
REST API csv file
smileutil command line
9
Q
real-time egress methods
A
REST client json/xml HL7 sending endpoint Subscription to send to other servers through REST calls or a channel CDA exchange SQL
10
Q
bulk egress methods
A
FHIR REST endpoint (ndjson)