AEGIS Touchstone Testing Implementation Guide

This is the Version 1.6.0 Release of the Touchstone Testing Implementation Guide, based on FHIR Version 4.0.1. See the Directory of published versions

Turtle Format: CodeSystem-codesystem-testscript-test-manual-completion-codes

Raw ttl


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "codesystem-testscript-test-manual-completion-codes"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-test-manual-completion-codes defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">fail<a name=\"codesystem-testscript-test-manual-completion-codes-fail\"> </a></td><td>Fail</td><td>Mark the currently waiting operation complete and mark its test failed and proceed with the rest of the tests in the TestScript</td></tr><tr><td style=\"white-space:nowrap\">pass<a name=\"codesystem-testscript-test-manual-completion-codes-pass\"> </a></td><td>Pass</td><td>Mark the currently waiting operation complete and mark its test passed (if the test is not failed already) and proceed with the rest of the tests in the TestScript</td></tr><tr><td style=\"white-space:nowrap\">proceed<a name=\"codesystem-testscript-test-manual-completion-codes-proceed\"> </a></td><td>Proceed</td><td>Mark the currently waiting operation complete and proceed with the rest of the operation executions assert evaluations whatever the outcome</td></tr><tr><td style=\"white-space:nowrap\">stop<a name=\"codesystem-testscript-test-manual-completion-codes-stop\"> </a></td><td>Stop</td><td>Mark the currently waiting operation complete and mark its test stopped (if the test has not completed already) and proceed with the rest of the tests in the TestScript</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-test-manual-completion-codes"];
  fhir:CodeSystem.version [ fhir:value "1.6.0"];
  fhir:CodeSystem.name [ fhir:value "AEGISTouchstoneTestingTestScriptTestManualCompletionCodes"];
  fhir:CodeSystem.title [ fhir:value "AEGIS Touchstone Testing TestScript Test Manual Completion Codes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2020-11-24"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "AEGIS.net, Inc."];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.aegis.net" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "This system defines a set of codes that override the default behavior of the TestScript.test execution."];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "fail" ];
     fhir:CodeSystem.concept.display [ fhir:value "Fail" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Mark the currently waiting operation complete and mark its test failed and proceed with the rest of the tests in the TestScript" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "pass" ];
     fhir:CodeSystem.concept.display [ fhir:value "Pass" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Mark the currently waiting operation complete and mark its test passed (if the test is not failed already) and proceed with the rest of the tests in the TestScript" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "proceed" ];
     fhir:CodeSystem.concept.display [ fhir:value "Proceed" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Mark the currently waiting operation complete and proceed with the rest of the operation executions assert evaluations whatever the outcome" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "stop" ];
     fhir:CodeSystem.concept.display [ fhir:value "Stop" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Mark the currently waiting operation complete and mark its test stopped (if the test has not completed already) and proceed with the rest of the tests in the TestScript" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.