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.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/testscript-scope-conformance-codes"
  }, {
    "name" : "version",
    "valueString" : "5.0.0"
  } ]
}