Skip to content

Commit

Permalink
Fix version for the specimen profile
Browse files Browse the repository at this point in the history
Ref: #251
  • Loading branch information
projkov committed Feb 5, 2025
1 parent bbe2fcb commit f49b81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/au_core_test_kit/reference_resolution_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def resource_is_valid_with_target_profile?(resource, target_profile)
return true if target_profile.blank?

# NOTE: Special case: terminology server don't have a specimen v0.3.0
target_profile = "#{target_profile}|4.2.2-ballot" if target_profile == 'http://hl7.org.au/fhir/StructureDefinition/au-specimen'
target_profile = "#{target_profile}|5.0.0" if target_profile == 'http://hl7.org.au/fhir/StructureDefinition/au-specimen'

# Only need to know if the resource is valid.
# Calling resource_is_valid? causes validation errors to be logged.
Expand Down

0 comments on commit f49b81e

Please sign in to comment.