Class TestScript.TestScriptMetadataCapabilityComponent

java.lang.Object
org.hl7.fhir.dstu2.model.Base
org.hl7.fhir.dstu2.model.Element
org.hl7.fhir.dstu2.model.BackboneElement
org.hl7.fhir.dstu2.model.TestScript.TestScriptMetadataCapabilityComponent
All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
Enclosing class:
TestScript

public static class TestScript.TestScriptMetadataCapabilityComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
See Also:
Serialized Form
  • Field Details

    • required

      protected BooleanType required
      Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.
    • validated

      Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.
    • description

      Description of the capabilities that this test script is requiring the server to support.
    • destination

      Which server these requirements apply to.
    • conformance

      Minimum conformance required of server for test script to execute successfully. If server does not meet at a minimum the reference conformance definition, then all tests in this script are skipped.
    • conformanceTarget

      The actual object that is the target of the reference (Minimum conformance required of server for test script to execute successfully. If server does not meet at a minimum the reference conformance definition, then all tests in this script are skipped.)
  • Constructor Details

  • Method Details