http://hl7.org/fhir/StructureDefinition/TestReport|5.0.0
A summary of information based on the results of executing a TestScript.
| Name | Flags | Card | Type | Description & Constraints |
|---|---|---|---|---|
TestReport | 0..* | Describes the results of a TestScript execution | ||
Σ | 0..1 | Identifier | External identifier | |
Σ | 0..1 | string | Informal name of the executed TestReport | |
?!Σ | 1..1 | code | completed | in-progress | waiting | stopped | entered-in-error TestReportStatus (required) | |
Σ | 1..1 | canonical | Canonical URL to the version-specific TestScript that was executed to produce this TestReport | |
Σ | 1..1 | code | pass | fail | pending TestReportResult (required) | |
Σ | 0..1 | decimal | The final score (percentage of tests passed) resulting from the execution of the TestScript | |
Σ | 0..1 | string | Name of the tester producing this report (Organization or individual) | |
Σ | 0..1 | dateTime | When the TestScript was executed and this TestReport was generated | |
| 0..* | BackboneElement | A participant in the test execution, either the execution engine, a client, or a server | ||
| 1..1 | code | test-engine | client | server TestReportParticipantType (required) | ||
| 1..1 | uri | The uri of the participant. An absolute URL is preferred | ||
| 0..1 | string | The display name of the participant | ||
| 0..1 | BackboneElement | The results of the series of required setup operations before the tests were executed | ||
| 1..* | BackboneElement | A setup operation or assert that was executed | ||
| 0..1 | BackboneElement | The operation to perform | ||
| 1..1 | code | pass | skip | fail | warning | error TestReportActionResult (required) | ||
| 0..1 | markdown | A message associated with the result | ||
| 0..1 | uri | A link to further details on the result | ||
| 0..1 | BackboneElement | The assertion to perform | ||
| 1..1 | code | pass | skip | fail | warning | error TestReportActionResult (required) | ||
| 0..1 | markdown | A message associated with the result | ||
| 0..1 | string | A link to further details on the result | ||
| 0..* | BackboneElement | Links or references to the testing requirements | ||
| 0..1 | Link or reference to the testing requirement | |||
| 0..1 | uri | |||
| 0..1 | canonical | |||
| 0..* | BackboneElement | A test executed from the test script | ||
| 0..1 | string | Tracking/logging name of this test | ||
| 0..1 | string | Tracking/reporting short description of the test | ||
| 1..* | BackboneElement | A test operation or assert that was performed | ||
| 0..1 | The operation performed | |||
| 0..1 | The assertion performed | |||
| 0..1 | BackboneElement | The results of running the series of required clean up steps | ||
| 1..* | BackboneElement | One or more teardown operations performed | ||
| 1..1 | The teardown operation performed |