Stream: implementers
Topic: Error message from Simplifier.net when publishing Profile
Aditya Joshi (Jul 29 2019 at 11:02):
Hello,
I am getting below error message-
"Some canonical urls could not be resolved.
You're probably missing a package or made a typo in your canonical.
Could not resolve: http://hl7.org/fhir/StructureDefinition/DomainResource"
Here is the link- https://simplifier.net/PharmacyClaimProfile/Claim/~overview
The profile is StructuredDefinition resource provided by FHIR.
Could anyone please help. @Michel Rutten
I have added DomainResource SD in my project but that does not helped. Shall I added Resource then DomainResource profiles first and then only add Claim profile.
Martijn Harthoorn (Jul 29 2019 at 11:26):
Hi Aditya, you can add a reference to a package with the FHIR core resources.
They will soon be available. Until then you can add a package reference in your project to simplifier.core.r4
Martijn Harthoorn (Jul 29 2019 at 11:27):
You can do that on the Dependencies tab (of your project)
Aditya Joshi (Jul 29 2019 at 11:39):
Super Thanks @Martijn Harthoorn for quick and accurate help. I checked Dependencies tab earlier but when click on Manage button, it asks to search something. Was't aware about simplifier packages. Thanks again. It worked.
Last updated: Apr 12 2022 at 19:14 UTC