Stream: hapi
Topic: R4 Final
Venkat (May 07 2020 at 13:48):
I have downloaded the HAPI API R4 Final Branch from the given URL : https://github.com/HL7/fhir/tree/R4Final when i ran the publish.bat ..facing an issue with one of ucm-1.0-SNAPSHOT.jar dependency. could you pls suggest. tried updating the jar with 1.0.2 version but still build was not successful. pls giude.
Grahame Grieve (May 07 2020 at 19:50):
why are you running that?
Venkat (May 11 2020 at 09:04):
To Generate the documentation API for my custom mapping XLS sheets with specific profile created for our use case also we are dependent on the JSON files generated as part of this process.
Venkat (May 11 2020 at 09:07):
For R2 ...we have created a custom profile and created our XLS sheets for mapping those resources with our views and generated the nice documentation with the help of this project so we are trying to do the same.
Vibin_chander (May 11 2020 at 09:18):
Can't we create a custom search parameter for a extension in a resource without defining the extension in the structure definition of HAPI FHIR?
Grahame Grieve (May 11 2020 at 10:03):
which json files?
Venkat (May 11 2020 at 10:13):
when we run the publish.bat ...we will be getting the account.profile.json in the publish folder. we are talking about these files.
Venkat (May 11 2020 at 10:14):
will we be able to publish this project in our local machine ?
Venkat (May 11 2020 at 10:22):
Yes @Grahame Grieve .
Grahame Grieve (May 11 2020 at 10:30):
you can get those files by downloading the npm package or the definitions.json.zip file, both at http://hl7.org/fhir/downloads.html
Venkat (May 11 2020 at 12:35):
@Grahame Grieve , we want to create our own profile(documentation with our own company profile) with mapping sheets(XLS sheet similar what the git has file called provenance-profile-ehrs-rle-spreadsheet under guides folder for ehrsrle) for resources with our DB and want to generate the JSON files which will generate documentation specific to our profile in publish folder. sry if i missing some info while putting to you.
Grahame Grieve (May 11 2020 at 12:59):
I'm still not sure I follow. You can use the spreadsheets as input - though we discourage this. Or you can use the output - it's all posted to the web. I'm not sure I follow why you need to run the build. I'm sure there's an easier way...
Igor Sirkovich (May 11 2020 at 14:35):
If you are building your own profiles and Implementation Guide, have a look at FHIR Shorthand. You can start with a simple tutorial: https://build.fhir.org/ig/HL7/fhir-shorthand/tutorial.html
Venkat (May 12 2020 at 09:27):
@Grahame Grieve , will we be able to build the R4 final in our local machine which is at https://github.com/HL7/fhir/tree/R4Final. could you please help us on that. Followed the instrctuions specified in Git page like ant version > 1.9
Last updated: Apr 12 2022 at 19:14 UTC