TestScript
open class TestScript: DomainResourceDescribes a set of tests.
A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
- 
                  
                  Describes a set of tests. A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification. DeclarationSwift override open class var resourceType: String
- 
                  
                  Contact details for the publisher. DeclarationSwift public var contact: [ContactDetail]?
- 
                  
                  Use and/or publishing restrictions. DeclarationSwift public var copyright: FHIRString?
- 
                  
                  Date this was last changed. DeclarationSwift public var date: DateTime?
- 
                  
                  Natural language description of the test script. DeclarationSwift public var description_fhir: FHIRString?
- 
                  
                  An abstract server representing a destination or receiver in a message exchange. DeclarationSwift public var destination: [TestScriptDestination]?
- 
                  
                  For testing purposes, not real usage. DeclarationSwift public var experimental: FHIRBool?
- 
                  
                  Fixture in the test script - by reference (uri). DeclarationSwift public var fixture: [TestScriptFixture]?
- 
                  
                  Additional identifier for the test script. DeclarationSwift public var identifier: Identifier?
- 
                  
                  Intended jurisdiction for test script (if applicable). DeclarationSwift public var jurisdiction: [CodeableConcept]?
- 
                  
                  Required capability that is assumed to function correctly on the FHIR server being tested. DeclarationSwift public var metadata: TestScriptMetadata?
- 
                  
                  Name for this test script (computer friendly). DeclarationSwift public var name: FHIRString?
- 
                  
                  An abstract server representing a client or sender in a message exchange. DeclarationSwift public var origin: [TestScriptOrigin]?
- 
                  
                  Reference of the validation profile. DeclarationSwift public var profile: [Reference]?
- 
                  
                  Name of the publisher (organization or individual). DeclarationSwift public var publisher: FHIRString?
- 
                  
                  Why this test script is defined. DeclarationSwift public var purpose: FHIRString?
- 
                  
                  Assert rule used within the test script. DeclarationSwift public var rule: [TestScriptRule]?
- 
                  
                  Assert ruleset used within the test script. DeclarationSwift public var ruleset: [TestScriptRuleset]?
- 
                  
                  A series of required setup operations before tests are executed. DeclarationSwift public var setup: TestScriptSetup?
- 
                  
                  The status of this test script. Enables tracking the life-cycle of the content. DeclarationSwift public var status: PublicationStatus?
- 
                  
                  A series of required clean up steps. DeclarationSwift public var teardown: TestScriptTeardown?
- 
                  
                  A test in this script. DeclarationSwift public var test: [TestScriptTest]?
- 
                  
                  Name for this test script (human friendly). DeclarationSwift public var title: FHIRString?
- 
                  
                  Logical URI to reference this test script (globally unique). DeclarationSwift public var url: FHIRURL?
- 
                  
                  Context the content is intended to support. DeclarationSwift public var useContext: [UsageContext]?
- 
                  
                  Placeholder for evaluated elements. DeclarationSwift public var variable: [TestScriptVariable]?
- 
                  
                  Business version of the test script. DeclarationSwift public var version: FHIRString?
- 
                  
                  Convenience initializer, taking all required properties as arguments. DeclarationSwift public convenience init(name: FHIRString, status: PublicationStatus, url: FHIRURL)
- 
                  
                  Convenience initializer, taking all required properties as arguments. DeclarationSwift override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
- 
                  
                  Undocumented DeclarationSwift open class TestScript: DomainResource
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           TestScript Class Reference
      TestScript Class Reference