Skip to content

Commit

Permalink
Merge pull request #245 from hl7au/244-generator-fix-100
Browse files Browse the repository at this point in the history
244 generator fix 100
  • Loading branch information
projkov authored Jan 30, 2025
2 parents 7ed4f3c + 96e3105 commit a80bf58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ services:
POSTGRES_DB: inferno
POSTGRES_USER: postgres
validator-api:
# image: infernocommunity/inferno-resource-validator:1.0.52
image: pavelrozhkov/wrapper:6.3.11
image: ghcr.io/beda-software/validator-wrapper:latest
environment:
SESSION_CACHE_DURATION: -1
volumes:
Expand Down
1 change: 1 addition & 0 deletions lib/au_core_test_kit/generator/ig_metadata_extractor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def remove_extra_supported_profiles

def add_metadata_from_resources
profile_arr_to_skip = [
'http://hl7.org.au/fhir/StructureDefinition/au-specimen', # https://github.com/hl7au/au-fhir-core-inferno/issues/244
'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire',
'http://hl7.org.au/fhir/core/StructureDefinition/au-core-norelevantfinding',
'http://hl7.org/fhir/StructureDefinition/DocumentReference' # https://github.com/hl7au/au-fhir-core-inferno/issues/216
Expand Down

0 comments on commit a80bf58

Please sign in to comment.