Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 668 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 668 Bytes

SMART App Launch IG

Official publication: https://hl7.org/fhir/smart-app-launch/

The SMART App Launch Framework connects third-party applications to Electronic Health Record data, allowing apps to launch from inside or outside the user interface of an EHR system.

Developers: Building this IG

Launch the publisher dev environment

$ cd smart-app-launch

$ docker run \
    --rm -it \
    -v "$(pwd):/home/publisher/ig" \
    hl7fhir/ig-publisher-base

Now, in the docker container...

$ sushi # This shouldn't be necessary but currently it is, the first time
$ _updatePublisher.sh # If you haven't done it before

$ _genonce.sh