{
  "resourceType": "CodeSystem",
  "id": "report-result-codes",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>TestReportResult</h2>\n            <div>\n              <p>The reported execution result.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/report-result-codes defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>pass\n                  <a name=\"report-result-codes-pass\"> </a>\n                </td>\n                <td>Pass</td>\n                <td>All test operations successfully passed all asserts</td>\n              </tr>\n              <tr>\n                <td>fail\n                  <a name=\"report-result-codes-fail\"> </a>\n                </td>\n                <td>Fail</td>\n                <td>One or more test operations failed one or more asserts</td>\n              </tr>\n              <tr>\n                <td>pending\n                  <a name=\"report-result-codes-pending\"> </a>\n                </td>\n                <td>Pending</td>\n                <td>One or more test operations is pending execution completion</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/report-result-codes",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.707"
  },
  "version": "3.0.1",
  "name": "TestReportResult",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The reported execution result.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/report-result-codes",
  "content": "complete",
  "concept": [
    {
      "code": "pass",
      "display": "Pass",
      "definition": "All test operations successfully passed all asserts"
    },
    {
      "code": "fail",
      "display": "Fail",
      "definition": "One or more test operations failed one or more asserts"
    },
    {
      "code": "pending",
      "display": "Pending",
      "definition": "One or more test operations is pending execution completion"
    }
  ]
}