FHIR Chat · error with ImagingStudy profile · IG creation

Stream: IG creation

Topic: error with ImagingStudy profile


view this post on Zulip Giorgio Cangioli (Jul 11 2018 at 13:13):

Dear All,
when I build the IPS IG , the builder returns among the others - the following errors

ImagingStudy.modality => The reference http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html could not be resolved
ImagingStudy.procedureCode => The reference http://www.rsna.org/RadLex_Playbook.aspx could not be resolved
ImagingStudy.series.instance.sopClass => The reference http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1 could not be resolved

The point is that in the used profile the first item is not profiled at all and the other two do not refer the mentioned URLs
<element id="ImagingStudy.procedureCode">
<path value="ImagingStudy.procedureCode"/>
<type>
<code value="CodeableConcept"/>
<profile value="http://hl7.org/fhir/uv/ips/StructureDefinition/codeableconcept-uv-ips"/>
</type>
<mustSupport value="true"/>
</element>
<element id="ImagingStudy.series.instance.sopClass">
<path value="ImagingStudy.series.instance.sopClass"/>
<mustSupport value="false"/>
</element>

Any clue on how to fix them ? 
Should I just ignore these errors ?

PS: The edited profile has no snapshot

Last updated: Apr 12 2022 at 19:14 UTC