FHIR Testing
0.1.0 - ci-build

FHIR Testing, published by NHO. 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/costateixeira/fhirtesting and changes regularly. See the Directory of published versions

: Gherkin test plan - JSON Representation

Active as of 2024-08-13

Raw json | Download


{
  "resourceType" : "TestPlan",
  "id" : "testplan0",
  "url" : "http://costateixeira.github.io/fhirtesting/TestPlan/testplan0",
  "version" : "0.1.0",
  "title" : "Gherkin test plan",
  "status" : "active",
  "date" : "2024-08-13T18:15:38+00:00",
  "publisher" : "NHO",
  "contact" : [
    {
      "name" : "NHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://Nho.one"
        }
      ]
    }
  ],
  "testCase" : [
    {
      "sequence" : 1,
      "testRun" : [
        {
          "narrative" : "**Simple JSON test**\n   * Check if the test processor is working correctly",
          "script" : {
            "language" : {
              "coding" : [
                {
                  "code" : "gherkin"
                }
              ]
            },
            "sourceReference" : {
              🔗 "reference" : "Binary/ghript-simple"
            }
          }
        }
      ]
    }
  ]
}