You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following function is called by the library. Always the 'theUrl' is parsing without the version. so the IValidationSupport implementation can't be separate the profiles.
IValidationSupport.fetchStructureDefinition(theUrl: String?): StructureDefinition?
Describe the bug
Server have supported 2 versions of a profile.
https://fhir.abc.com/StructureDefinition/ConsentTest|1.0.0
https://fhir.abc.com/StructureDefinition/ConsentTest|1.2.0
following function is called by the library. Always the 'theUrl' is parsing without the version. so the IValidationSupport implementation can't be separate the profiles.
IValidationSupport.fetchStructureDefinition(theUrl: String?): StructureDefinition?
Bug: When validate a Consent resource with value 'https://fhir.abc.com/StructureDefinition/ConsentTest|1.2.0' in element meta.profile : IValidationSupport.fetchStructureDefinition receives 'https://fhir.abc.com/StructureDefinition/ConsentTest'. It should be received 'https://fhir.abc.com/StructureDefinition/ConsentTest|1.2.0'
Expected behavior
Resource should be validated against the profiles in meta.profile
**Environment **
Additional context
This works properly on 7.2.1
The text was updated successfully, but these errors were encountered: