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

Extension domains configuration for the fhr instance validator #917

Commits on Nov 28, 2018

  1. Fix the url of the StructureDefinition extensions

    http://hl7.org/fhir/tools/StructureDefinition/ -> http://hl7.org/fhir/StructureDefinition/
    That makes the entry for the structuredefinition-expression superfluous.
    
    The url behind IG_DEPENDSON_PACKAGE_EXTENSION does not point is not (yet?) valid too.
    Heinz-Dieter Conradi committed Nov 28, 2018
    Copy the full SHA
    4306b62 View commit details
    Browse the repository at this point in the history
  2. Add ability to configure custom extension domains.

    Heinz-Dieter Conradi committed Nov 28, 2018
    Copy the full SHA
    fffcb9a View commit details
    Browse the repository at this point in the history
  3. Testing the extension domains configuration

    Heinz-Dieter Conradi committed Nov 28, 2018
    Copy the full SHA
    f6a9ce2 View commit details
    Browse the repository at this point in the history
  4. Fix obvious bug when determining resource name

    The for loop was completely superfluous beforehand.
    Either fix it as e.g. in this patch or remove it.
    Heinz-Dieter Conradi committed Nov 28, 2018
    Copy the full SHA
    b25269b View commit details
    Browse the repository at this point in the history
  5. small improvements and TODO's for possible NPE's

    - javadoc see
    - use diamond operator for generics
    - remove throws clause when exception is not thrown
    - add TODO's for some cases a NPE might occur.
      My knowledge of the context is not sufficient to suggest the proper
      way to solve this.
    Heinz-Dieter Conradi committed Nov 28, 2018
    Copy the full SHA
    a8957b9 View commit details
    Browse the repository at this point in the history