FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.13.2  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem report-status-codes

{
  "resourceType": "CodeSystem",
  "id": "report-status-codes",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/report-status-codes</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\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 style=\"white-space:nowrap\">completed\n                  <a name=\"report-status-codes-completed\"> </a>\n                </td>\n                <td>Completed</td>\n                <td>All test operations have completed.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">in-progress\n                  <a name=\"report-status-codes-in-progress\"> </a>\n                </td>\n                <td>In Progress</td>\n                <td>A test operations is currently executing.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">waiting\n                  <a name=\"report-status-codes-waiting\"> </a>\n                </td>\n                <td>Waiting</td>\n                <td>A test operation is waiting for an external client request.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">stopped\n                  <a name=\"report-status-codes-stopped\"> </a>\n                </td>\n                <td>Stopped</td>\n                <td>The test script execution was manually stopped.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">entered-in-error\n                  <a name=\"report-status-codes-entered-in-error\"> </a>\n                </td>\n                <td>Entered In Error</td>\n                <td>This test report was entered or created in error.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/report-status-codes",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.725"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.713"
    }
  ],
  "version": "5.0.0",
  "name": "TestReportStatus",
  "title": "Test Report Status",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The current status of the test report.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/report-status-codes",
  "content": "complete",
  "concept": [
    {
      "code": "completed",
      "display": "Completed",
      "definition": "All test operations have completed."
    },
    {
      "code": "in-progress",
      "display": "In Progress",
      "definition": "A test operations is currently executing."
    },
    {
      "code": "waiting",
      "display": "Waiting",
      "definition": "A test operation is waiting for an external client request."
    },
    {
      "code": "stopped",
      "display": "Stopped",
      "definition": "The test script execution was manually stopped."
    },
    {
      "code": "entered-in-error",
      "display": "Entered In Error",
      "definition": "This test report was entered or created in error."
    }
  ]
}