hl7au / au-fhir-pd

Australian context FHIR profile for provider directory services
MIT License
5 stars 7 forks source link

SearchParameter resources - reinstate? #40

Open robeastwood-agency opened 1 year ago

robeastwood-agency commented 1 year ago

AU PD v2.0.1 has 3 SearchParameter resources listed on this page: https://hl7.org.au/fhir/pd/pd2/searchparams.html

Current build of AU PD v2.1.0 has no SearchParameter resources listed: http://build.fhir.org/ig/hl7au/au-fhir-pd/searchparams.html, although the source SearchParameter resources are present in the input folder but commented out in the ImplementationGuide resource.

When uncommenting the SearchParameter resources to see what happens, each had QA errors associated with their respective search expressions; similar to this pattern:

Error in search expression 
'extension(‘http://hl7.org.au/fhir/StructureDefinition/au-receivingfacility’).extension(‘namespace-id’).value': 
Error @1, 1: Found ‘ expecting a token name

All 3 SearchParameter resources also had schema errors including a missing mandatory url value (although the IG Publisher did manage to generate a url value for each).

Recommend consideration to reinstate the SearchParameter resources once related errors are fixed.