| Class TTestScriptScopeUnit
bsFhir_r5 Declaration
type TTestScriptScope = class(TBackboneElement) Description
 A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property artifact : string read Getartifact write Setartifact; |  | 
 The specific conformance artifact being tested. The canonical reference can be version-specific.  |  
|  | property artifactElement : Tcanonical read GetartifactElement write SetartifactElement; |  |  |  
|  | property conformance : TCodeableConcept read Getconformance write Setconformance; |  | 
 The expectation of whether the test must pass for the system to be considered conformant with the artifact: required - all tests are expected to pass, optional - all test are expected to pass but non-pass status may be allowed, strict - all tests are expected to pass and warnings are treated as a failure.  |  
|  | property phase : TCodeableConcept read Getphase write Setphase; |  | 
 The phase of testing for this artifact: unit - development / implementation phase, integration - internal system to system phase, production - live system to system phase (Note, this may involve pii/phi data).  |  Generated by PasDoc 0.15.0.
 |