FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.testing
Resource TypeCodeSystem
IdCodeSystem-report-status-codes.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-report-status-codes.html
URLhttp://hl7.org/fhir/report-status-codes
Version0.1.0-SNAPSHOT
Statusdraft
Date2021-01-05T10:01:24+11:00
NameTestReportStatus
TitleTest Report Status
Realmuv
Authorityhl7
DescriptionThe current status of the test report.
Contentcomplete

Resources that use this resource

ValueSet
report-status-codesTest Report Status Value Set
R4-report-status-codes-for-R4BCross-version VS for R4.TestReportStatus for use in FHIR R4B
R3-report-status-codes-for-R4BCross-version VS for R3.TestReportStatus for use in FHIR R4B
R4-report-status-codes-for-R5Cross-version VS for R4.TestReportStatus for use in FHIR R5
R3-report-status-codes-for-R5Cross-version VS for R3.TestReportStatus for use in FHIR R5

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem report-status-codes

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

CodeDisplayDefinition
completed CompletedAll test operations have completed.
in-progress In ProgressA test operations is currently executing.
waiting WaitingA test operation is waiting for an external client request.
stopped StoppedThe test script execution was manually stopped.
entered-in-error Entered In ErrorThis test report was entered or created in error.

Source1

{
  "resourceType": "CodeSystem",
  "id": "report-status-codes",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "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": "0.1.0-SNAPSHOT",
  "name": "TestReportStatus",
  "title": "Test Report Status",
  "status": "draft",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The current status of the test report.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/report-status-codes|0.1.0-SNAPSHOT",
  "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."
    }
  ]
}