Stream: ihe
Topic: RAD IMR
Elliot Silver (Dec 08 2021 at 19:35):
Starting this as a public channel do discuss the new IHE Radiology work item, IMR (Interactive Multimedia Reporting).
@Kinson @David Kwan @Alex Goel @John Moehrke
Kinson (Jan 24 2022 at 23:27):
I have FSH, Sushi and IG Publisher setup. I started using FSH with some profiling. @John Moehrke what is the procedure to use IHE FHIR template for the IG Publisher? Which ITI profile would be a good reference?
Elliot Silver (Jan 25 2022 at 01:04):
@Kinson take a look at https://github.com/IHE/supplement-template. Copy that into your project directory and start from there.
@John Moehrke , the instructions link in the readme is broken.
John Moehrke (Jan 25 2022 at 13:44):
https://github.com/IHE/supplement-template/wiki/Getting-Started
Kinson (Jan 25 2022 at 14:50):
Thank you. Let me try.
John Moehrke (Jan 25 2022 at 16:07):
so, I have already put the supplement template into the RAD.IMR repository
John Moehrke (Jan 25 2022 at 16:07):
so, you need to pick up at step 2
Kinson (Jan 29 2022 at 19:13):
@John Moehrke I committed the identifiers update to the RAD.IMR repo as in Step 2. Please setup the webhook for auto-build.
John Moehrke (Jan 31 2022 at 15:02):
this is now part of the ci-build -- http://build.fhir.org/ig/IHE/RAD.IMR/branches/master/index.html
Kinson (Jan 31 2022 at 15:46):
Thank you @John Moehrke
Elliot Silver (Feb 03 2022 at 19:46):
@John Moehrke , what does @Kinson need to do to switch to a "RAD" logo at the top of each page?
John Moehrke (Feb 03 2022 at 19:47):
do you have one?
John Moehrke (Feb 03 2022 at 19:48):
put it into the folder ihe-template-no-numbers/package/content/assets/images
Elliot Silver (Feb 03 2022 at 19:48):
image.png https://www.google.ca/url?sa=i&url=https%3A%2F%2Fwww.rottentomatoes.com%2Fm%2Frad&psig=AOvVaw1S22VE5pRFdbduwdCAfqv2&ust=1644004082199000&source=images&cd=vfe&ved=0CAgQjRxqFwoTCOCpwNCm5PUCFQAAAAAdAAAAABAD ?
John Moehrke (Feb 03 2022 at 19:49):
edit ihe-template-no-numbers/package/includes/_append.fragment-header.html
John Moehrke (Feb 03 2022 at 19:50):
eventually this will be more well controlled, but there simply are not enough IHE IGs to worry about it
Kinson (Feb 05 2022 at 18:38):
I put my plantuml files under input/image-source, but the build does not seem to pick them up. Do I need to specify somewhere regarding what plantuml files I provided?
John Moehrke (Feb 05 2022 at 18:50):
You need to call for them in your markdown. Look at sample volume-1.md
Kinson (Feb 06 2022 at 03:58):
I found my problem. The build indeed found my plantuml files. I forgot that because I put a name after \@startuml tag, Plantuml uses that name as the output filename instead of the default name which is the same as the file itself.
Kinson (Feb 06 2022 at 20:23):
Just curious. I am reviewing MHD and how it profiles certain resources. I am wondering why does a profile needs to provide CapabilityStatement? Should it be the implementation of the server that provides this CapabilityStatement resource? I thought from the specification perspective, it defines what are required or options. Then it is up to the implementation to declare if it conforms to the specification or deviates. May be I am misunderstand the purpose of CapabilityStatement.
John Moehrke (Feb 07 2022 at 12:51):
There are three different kinds of CapabilityStatement. see the FHIR spec - https://hl7.org/fhir/capabilitystatement.html#scope
Vassil Peytchev (Feb 07 2022 at 13:18):
Without a capability statement you can't formally define search parameters.
Kinson (Feb 07 2022 at 18:53):
Thanks. Learning something everyday :) I will go ahead and create the CapabilityStatement then.
John Moehrke (Feb 07 2022 at 19:08):
In an IHE IG, we use them to define the IHE-Actor. There can be other requirements types of capabilityStatement, but at minimal there should be one for each formal IHE-Actor
Last updated: Apr 12 2022 at 19:14 UTC