pub async fn run_code<CTX: Clone + 'static, Client: FHIRClient<CTX, OperationOutcomeError> + 'static>( ctx: CTX, client: Arc<Client>, media_type: PluginCodeType, code: String, ) -> Result<Option<Value>, AnyError>