FHIR Chat · CARIN BB ExplanationOfBenefit · implementers

Stream: implementers

Topic: CARIN BB ExplanationOfBenefit


view this post on Zulip Bapi Behera (Jul 04 2020 at 14:14):

Github question - I download and installed all the packages from https://github.com/HL7/carin-bb/
I also installed the npm dependencies. There is no readme file
How to run the project?
Thanks for your help

view this post on Zulip Lloyd McKenzie (Jul 04 2020 at 14:22):

That project is to generate the publication - is that what you want to do? If so, you'll need the HL7 IGPublisher and to follow the instructions here to get your environment appropriately set up: https://confluence.hl7.org/display/FHIR/IG+Publisher+Documentation#IGPublisherDocumentation-UsingFHIRIGPublisher

@Saul Kravitz - it would be good to add (and commit) the scripts from http://github.com/FHIR/sample-ig to this project

view this post on Zulip Saul Kravitz (Jul 05 2020 at 19:39):

This is an IG built from fsh, but the build from sushi 0.13.x that the IG publisher uses by default doesn't complete. As such, I'm committing sushi outputs to github for now. If you want to see a coherent fsh repo that you can build with sushi (0.12.7, not 0.13.0) and then run the _updatePublisher and _genonce scripts, see https://github.com/saulakravitz/carin-bb . This is very much a work in progress, so I share this as a courtesy for full transparency, and has not been blessed by the CarinWG or the FM WG, or any other body that issues blessings.

The above github repo autopublishes (using sushi 0.12.7 and IG Publisher) to https://saulakravitz.github.io/carin-bb-publish/. You can see github workflow that enables this, in case you want to set it up for yourself.

view this post on Zulip Bapi Behera (Jul 13 2020 at 21:30):

I am referring
https://build.fhir.org/ig/HL7/carin-bb/StructureDefinition-CARIN-BB-ExplanationOfBenefit-Pharmacy.html

The careTeam element has the Provider as reference element. There reference is to base "Reference(Practitioner | PractitionerRole | Organization)"

should it be reference to CARIN BB? : Reference(CARIN BB Organization | CARIN BB PractitionerRole | CARIN BB Practitioner)

Thank you

view this post on Zulip Lloyd McKenzie (Jul 15 2020 at 22:44):

@Saul Kravitz

view this post on Zulip Igor Sirkovich (Jul 16 2020 at 05:07):

@Bapi Behera, I believe this change is a work-in-progress and will be reflected in the build in the next couple of weeks.


Last updated: Apr 12 2022 at 19:14 UTC