TestReportResult

The reported execution result.

This code system http://hl7.org/fhir/report-result-codes defines the following codes:

Code Display Definition
pass Pass All test operations successfully passed all asserts.
fail Fail One or more test operations failed one or more asserts.
pending Pending One or more test operations is pending execution completion.
<status value="draft"/> <experimental value="false"/> <date value="2021-01-17T07:06:13+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The reported execution result."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/report-result-codes"/> <content value="complete"/> <concept> <code value="pass"/> <display value="Pass"/> <definition value="All test operations successfully passed all asserts."/> </concept> <concept> <code value="fail"/> <display value="Fail"/> <definition value="One or more test operations failed one or more asserts."/> </concept> <concept> <code value="pending"/> <display value="Pending"/> <definition value="One or more test operations is pending execution completion."/> </concept> </CodeSystem>