Stream: crucible
Topic: DSTU2 version?
harini jagannathan (Mar 15 2017 at 16:08):
I am trying to get crucible installed locally for DSTU 2 version of the FHIR spec. When I git cloned and got the code working from here: https://github.com/fhir-crucible/crucible, I saw a message that it's written for STU 3 and that there is another version for DSTU 2. However, it's not very clear how I can get the source code that's compatible with DSTU 2. Can anyone please point me in the right direction?
Jason Walonoski (Mar 15 2017 at 20:01):
@harini jagannathan you just have to check out the dstu2
branch.
Jason Walonoski (Mar 15 2017 at 20:04):
So git clone https://github.com/fhir-crucible/crucible.git
and then git checkout dstu2
harini jagannathan (Mar 15 2017 at 20:19):
Ah ok..got it! Thanks @Jason Walonoski !
Last updated: Apr 12 2022 at 19:14 UTC