Class TTestScriptScope

Unit

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.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property artifact : string read Getartifact write Setartifact;
Public property artifactElement : Tcanonical read GetartifactElement write SetartifactElement;
Public property conformance : TCodeableConcept read Getconformance write Setconformance;
Public property phase : TCodeableConcept read Getphase write Setphase;

Description

Methods

Public constructor Create; override;
 

Properties

Public property artifact : string read Getartifact write Setartifact;

The specific conformance artifact being tested. The canonical reference can be version-specific.

Public property artifactElement : Tcanonical read GetartifactElement write SetartifactElement;
 
Public 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.

Public 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.