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

FHIR IG analytics

Packagehl7.fhir.uv.testing
Resource TypeCodeSystem
IdCodeSystem-assert-manual-completion-codes.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-assert-manual-completion-codes.html
URLhttp://hl7.org/fhir/assert-manual-completion-codes
Version0.1.0-SNAPSHOT
Statusdraft
Date2022-12-20T09:24:24-05:00
NameAssertionManualCompletionType
TitleAssertion Manual Completion Type
Realmuv
Authorityhl7
DescriptionThe type of manual completion to use for assertion.
Contentcomplete

Resources that use this resource

ValueSet
assert-manual-completion-codesAssertion Manual Completion Type Value Set
R5-assert-manual-completion-codes-for-R4BCross-version VS for R5.AssertionManualCompletionType for use in FHIR R4B
R5-assert-manual-completion-codes-for-R4Cross-version VS for R5.AssertionManualCompletionType for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem assert-manual-completion-codes

This case-sensitive code system http://hl7.org/fhir/assert-manual-completion-codes defines the following codes:

CodeDisplayDefinition
fail FailMark the currently waiting test failed and proceed with the next assert if the stopTestOnFail is false or the next test in the TestScript if the stopTestOnFail is true.
pass PassMark the currently waiting test passed (if the test is not failed already) and proceed with the next action in the TestScript.
skip SkipMark this assert as skipped and proceed with the next action in the TestScript.
stop StopStop execution of this TestScript. The overall status of this TestScript is evaluated based on the status of the completed tests.

Source1

{
  "resourceType": "CodeSystem",
  "id": "assert-manual-completion-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": 4
    }
  ],
  "url": "http://hl7.org/fhir/assert-manual-completion-codes",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.703"
    }
  ],
  "version": "0.1.0-SNAPSHOT",
  "name": "AssertionManualCompletionType",
  "title": "Assertion Manual Completion Type",
  "status": "draft",
  "experimental": false,
  "date": "2022-12-20T09:24:24-05:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The type of manual completion to use for assertion.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/assert-manual-completion-codes|0.1.0-SNAPSHOT",
  "content": "complete",
  "concept": [
    {
      "code": "fail",
      "display": "Fail",
      "definition": "Mark the currently waiting test failed and proceed with the next assert if the stopTestOnFail is false or the next test in the TestScript if the stopTestOnFail is true."
    },
    {
      "code": "pass",
      "display": "Pass",
      "definition": "Mark the currently waiting test passed (if the test is not failed already) and proceed with the next action in the TestScript."
    },
    {
      "code": "skip",
      "display": "Skip",
      "definition": "Mark this assert as skipped and proceed with the next action in the TestScript."
    },
    {
      "code": "stop",
      "display": "Stop",
      "definition": "Stop execution of this TestScript. The overall status of this TestScript is evaluated based on the status of the completed tests."
    }
  ]
}