Skip to main content

TestReport

Trial Use 1 Specialized — Quality & Testing

A summary of information based on the results of executing a TestScript.

Endpoints

devhttps://api.sandbox.ovok.com/fhir/R5/TestReport
InteractionMethodPath
ReadGET/fhir/R5/TestReport/[id]
VreadGET/fhir/R5/TestReport/[id]/_history/[vid]
UpdatePUT/fhir/R5/TestReport/[id]
PatchPATCH/fhir/R5/TestReport/[id]
DeleteDELETE/fhir/R5/TestReport/[id]
CreatePOST/fhir/R5/TestReport
SearchGET/fhir/R5/TestReport?...
HistoryGET/fhir/R5/TestReport/[id]/_history
Type-historyGET/fhir/R5/TestReport/_history

Top-level elements

ElementType(s)CardinalityDescription
identifierIdentifier0..1External identifier
namestring0..1Informal name of the executed TestReport
statuscode1..1completed
testScriptcanonical1..1Canonical URL to the version-specific TestScript that was executed to produce this TestReport
resultcode1..1pass
scoredecimal0..1The final score (percentage of tests passed) resulting from the execution of the TestScript
testerstring0..1Name of the tester producing this report (Organization or individual)
issueddateTime0..1When the TestScript was executed and this TestReport was generated
participantBackboneElement0..*A participant in the test execution, either the execution engine, a client, or a server
setupBackboneElement0..1The results of the series of required setup operations before the tests were executed
testBackboneElement0..*A test executed from the test script
teardownBackboneElement0..1The results of running the series of required clean up steps

Resource-specific search parameters

ParameterTypeDescription
identifiertokenAn external identifier for the test report
issueddateThe test report generation date
participanturiThe reference to a participant in the test execution
resulttokenThe result disposition of the test execution
statustokenThe current status of the test report
testerstringThe name of the testing organization
testscriptreferenceThe test script executed to produce this report

Reference

  • Official FHIR R5 spec: TestReport
  • Maturity: Trial Use 1 (FMM 1).