Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rendering of OperationDefinition to include the overloads element #66

Open
rob-reynolds opened this issue Mar 11, 2022 · 0 comments
Labels
Approved Vetted and approved by IG tooling project enhancement New feature or request

Comments

@rob-reynolds
Copy link

Is:
Given the following:

<OperationDefinition>
...
    <overload>
        <parameterName value="periodStart"/>
        <parameterName value="periodEnd"/>
        <parameterName value="measureId"/>
        <comment value="These are the parameters used to invoke the operation on a type, i.e., URL: [base]/Measure/$evaluate-measure"/>
    </overload>
    <overload>
        <parameterName value="periodStart"/>
        <parameterName value="periodEnd"/>
        <comment value="These are the parameters used to invoke the operation on an instance, i.e., URL: [base]/Measure/[id]/$evaluate-measure"/>
    </overload>
 ...
 </OperationDefinition>

The result of running the publisher does not include the overload information.

Should be:
The overload information is rendered.

There is a full explanation and example in the following Zulip Topic: https://chat.fhir.org/#narrow/stream/179239-tooling/topic/Presentation.20for.20OperationDefinition.2Eoverload

This is related to the publisher issue: HL7/fhir-ig-publisher#412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Vetted and approved by IG tooling project enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants