FLUTE Cross-border Prostate Cancer Data Standard Guide
0.1.0 - ci-build
Funded by the European Union

FLUTE Cross-border Prostate Cancer Data Standard Guide, published by Flute Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/flute/ and changes regularly. See the Directory of published versions

: TestPlan for the populate of a questionnaire and extract of a questionnaireResponse - JSON Representation

Active as of 2024-06-04

Raw json | Download

{
  "resourceType" : "TestPlan",
  "id" : "TP-Flute-01",
  "url" : "http://hl7.eu/fhir/ig/flute/TestPlan/TP-Flute-01",
  "version" : "0.1.0",
  "name" : "TPPopulateExtract",
  "title" : "TestPlan for the populate of a questionnaire and extract of a questionnaireResponse",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-06-04",
  "publisher" : "Flute Project",
  "contact" : [
    {
      "name" : "Flute Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.fluteproject.eu/"
        }
      ]
    },
    {
      "name" : "Flute Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.fluteproject.eu/"
        }
      ]
    }
  ],
  "description" : "TestPlan for the populate of a questionnaire and extract of a questionnaireResponse for the study variable",
  "purpose" : "TestPlan for the populate of a questionnaire and extract of a questionnaireResponse for the study variable",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/testscript-scope-phase-codes",
          "code" : "unit"
        }
      ]
    }
  ],
  "scope" : [
    {
      🔗 "reference" : "TestScript/TS-Flute-03"
    },
    {
      🔗 "reference" : "TestScript/TS-Flute-04"
    }
  ],
  "testTools" : "The following tool will be used for testing test requirements",
  "exitCriteria" : "The test plan is considered successful if all test cases pass without errors.",
  "testCase" : [
    {
      "sequence" : 1,
      "testRun" : [
        {
          "narrative" : "Test case to populate a questionnaire",
          "script" : {
            "language" : {
              "coding" : [
                {
                  "system" : "http://example.com/test-script-languages",
                  "code" : "fhir-testscript"
                }
              ]
            },
            "sourceReference" : {
              🔗 "reference" : "TestScript/TS-Flute-03"
            }
          }
        },
        {
          "narrative" : "Test case to extract a questionnaire response",
          "script" : {
            "language" : {
              "coding" : [
                {
                  "system" : "http://example.com/test-script-languages",
                  "code" : "fhir-testscript"
                }
              ]
            },
            "sourceReference" : {
              🔗 "reference" : "TestScript/TS-Flute-04"
            }
          }
        }
      ]
    }
  ]
}