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
Actual result
Error returns that profile does not exist (same as in 2.)
Response Example:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "processing",
"details": {
"coding": [
{
"system": "http://hl7.org/fhir/java-core-messageId",
"code": "VALIDATION_VAL_PROFILE_UNKNOWN_NOT_POLICY"
}
]
},
"diagnostics": "Profile reference 'https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Patient' has not been checked because it is unknown, and the validator is set to not fetch unknown profiles",
"location": [
"Patient.meta.profile[0]",
"Line 1, Col 2"
]
}
]
}
Expected behavior
Error should be returned indicating no-compliance.
After loading an IG, it is not immediately used by validation
Steps To Reproduce
Requests Examples:
UKCore-Patient
profile.Actual result
Error returns that profile does not exist (same as in 2.)
Response Example:
Expected behavior
Error should be returned indicating no-compliance.
Response Example:
The text was updated successfully, but these errors were encountered: