Hi,
Is there any talk/documentation online explaining the SMART on FHIR architecture? Specifically I am looking for the sequence diagram and component diagrams for the new SMART on FHIR implementation to understand the structure. I guess the current open source FHIR server doesn't have a reference EMR in the backend (https://github.com/jmandel/smart-on-fhir)?
I watched Josh's HIMSS lightning talk and the Devcon talk for SMART on FHIR for Cerner Millennium. I would be quite interested to download and play with any such actual reference implementation of the SMART on FHIR stack with a sequence of interaction as in the diagram attached - illustrate establishing patient and provider context and clinical data extraction in that context.
Is there any plan for trying out the interface on the openmrs-fhir module that is in the ideation phase?
Is the Millennium product available for example for trying out the SMART on FHIR stack?
--
You received this message because you are subscribed to the Google Groups "SMART App Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smart-app-develo...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "SMART App Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/smart-app-developers/wdau4JV1jzU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to smart-app-develo...@googlegroups.com.
SMART on FHIR | SMART "Classic" | |
Authorization | OAuth2 | OAuth 1.0a |
Authentication | OpenID Connect | N/A (limited "user context") |
Data Models | FHIR + SMART profiles (~50 resources) | SMART Clinical Statement ontology (~15 clinical statements) |
Data Access | FHIR REST API | SMART REST API |
Data Format | FHIR JSON or XML | SMART RDF/XML |
Live sandbox | https://fhir.smartplatforms.org/ | http://sandbox.smartplatforms.org/ |
Code for sandbox | https://github.com/smart-on-fhir | https://github.com/smart-platforms/smart_server |
Hi Chandan,
Sure thing, if you host your own server, you can load in whatever resource instances you like (as long as they are valid FHIR resources). You can simply HTTP POST, or you can use our sample-patients generator (modifying the built-in data sets).
Best,
Josh