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
Active as of 2024-08-13 |
{
"resourceType" : "TestPlan",
"id" : "testplan1",
"url" : "http://costateixeira.github.io/fhirtesting/TestPlan/testplan1",
"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" : "**Test Measure**\n * Populate the server with some data and a Measure\n * call the $eval operation\n * Use JSONpath to check that the measure evaluates correctly",
"script" : {
"language" : {
"coding" : [
{
"code" : "gherkin"
}
]
},
"sourceReference" : {
🔗 "reference" : "Binary/ghript-measure"
}
}
}
]
},
{
"sequence" : 2,
"testRun" : [
{
"narrative" : "**Test Summary**\n * Populate the server with some data\n * call the $summary operation\n * check that the summary is generated\n * check that the summary was not persisted",
"script" : {
"language" : {
"coding" : [
{
"code" : "gherkin"
}
]
},
"sourceReference" : {
🔗 "reference" : "Binary/ghript-summary"
}
}
}
]
}
]
}