http://hl7.org/fhir/testscript-scope-conformance-codes|5.0.0

name
TestScriptScopeConformanceType
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active
date
2021-01-25 21:01:24.0

Test Script Scope Conformance Type

The expectation of whether the test must pass for the system to be considered conformant with the artifact.

{
  "description" : "The expectation of whether the test must pass for the system to be considered conformant with the artifact.",
  "compose" : null,
  "package" : "hl7.fhir.r5.core@5.0.0",
  "date" : "2021-01-25T21:01:24Z",
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "jurisdiction" : [ {
    "coding" : [ {
      "code" : "001",
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display" : "World"
    } ]
  } ],
  "content" : "complete",
  "name" : "TestScriptScopeConformanceType",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Test Script Scope Conformance Type",
  "supliment" : null,
  "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
  } ],
  "status" : "active",
  "id" : "1686bfba-644c-5243-ab10-a23b3316cc24",
  "valueSet" : "http://hl7.org/fhir/ValueSet/testscript-scope-conformance-codes",
  "url" : "http://hl7.org/fhir/testscript-scope-conformance-codes",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1949",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "required",
    "display" : "Required",
    "definition" : "All tests are expected to pass. Warning statuses are permitted. This is the default value."
  }, {
    "code" : "optional",
    "display" : "Optional",
    "definition" : "All tests are expected to pass but non-pass statuses may be allowed."
  }, {
    "code" : "strict",
    "display" : "Strict",
    "definition" : "All tests are expected to pass. Warnings are treated as a failure."
  } ],
  "caseSensitive" : true,
  "version" : "5.0.0",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}