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

Added Status and $Status operation to CapabilityStatement #3381

Merged
merged 12 commits into from
Jul 10, 2023

Commits on Jun 11, 2023

  1. Initial changes to add status to capability statement. Still getting …

    …this exception Hl7.Fhir.ElementModel.StructuralTypeException: 'Type checking the data: Choice element 'value' is not suffixed with a type. (at CapabilityStatement.rest[0].resource[0].searchParam[0].extension[0].value[0])'
    PTaladay committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    f95c09d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    2a314bf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Added in $status to capability statement. Still working on adding in …

    …stats for search param.
    PTaladay committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    091a07a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    5748edf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c17fa66 View commit details
    Browse the repository at this point in the history
  3. Added check for activating of feature flag to determine if it shows i…

    …n the capability statement.
    PTaladay committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    72e97b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    1edca51 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Addressing pr comments.

    PTaladay committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b64e308 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Added test.

    PTaladay committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    8d32b57 View commit details
    Browse the repository at this point in the history
  2. Added tests to check if feature flag is properly being evaluated befo…

    …re adding $status operation.
    PTaladay committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    72db218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab4de11 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    4d1fb30 View commit details
    Browse the repository at this point in the history