Skip to content

Add support for expression maps to YAML test runner #2431

@johngrimes

Description

@johngrimes

There is an expression -> map feature used within the FHIRPath.js tests, looks something like this:

tests:
  - desc: Evaluating expression for a part of a resource
    inputfile: questionnaire-part-example.json
    model: 'r4'
    expression: {base: 'QuestionnaireResponse.item', expression: 'answer.value = 2 year'}
    result:
      - true

We don't currently support it and have to exclude this test, it would be good if we could pass it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testingImprovements to test coverage or methodology

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions