Skip to content

Testscript Operation Codes

Sunil Bhaskarla edited this page Jan 19, 2023 · 7 revisions

These codes are used in testing MHD and are extensions on the base codes defined in FHIR.

The uses of these codes should reference this wiki page as action.operation.type.system.

create - Create FHIR resource operation

delete - Delete operation

eventPart - Get event part from channel event history

internalFtkRequest - Internal operation

mhd-pdb-transaction - extends the base transaction type. It creates and inserts unique values for MasterIdentifier in DocumentManifest and DocumentReference resources.

read - Read FHIR resource operation

save-to-cache - Used to cache resources in channel. For example, a patient could be cached in : ExternalCache\FhirTestLogs\default__default\cache\Patient

search - Search FHIR resource operation

transaction - Transaction operation

validate - Validation operation, uses requestHeader

The reference should be to a StructureDefinition and not a wiki page. This will be corrected in the future.