Skip to content

Resolving StructureMap Issues#110

Closed
KazeemHamzat wants to merge 1 commit into
mainfrom
Investigating-StructureMap-Error
Closed

Resolving StructureMap Issues#110
KazeemHamzat wants to merge 1 commit into
mainfrom
Investigating-StructureMap-Error

Conversation

@KazeemHamzat
Copy link
Copy Markdown
Contributor

Re-writing the Resource validation block

Re-writing the Resource validation block
@KazeemHamzat KazeemHamzat self-assigned this Apr 25, 2025
Copy link
Copy Markdown
Contributor

@ryma2fhir ryma2fhir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested this on file you expect to pass and expect to fail?

Comment thread src/common.js.ts

// Log validation issues if status is 400
if (response.status === 400 && response.data?.issue) {
console.warn('🔍 FHIR Validation Issues:');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the emoji

Comment thread src/common.js.ts

} catch (error) {
// Handle unexpected validation errors directly in the catch block
console.error('❌ Unexpected Validation Error:', {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the emoji

@ryma2fhir ryma2fhir closed this May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants